isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false; NS4 = (document.layers) ? true : false; IEmac = ((document.all)&&(isMac)) ? true : false; IE4plus = (document.all) ? true : false; IE4 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 4.")!=-1)) ? true : false; IE6 = ((document.all)&&(navigator.appVersion.indexOf("MSIE 6.")!=-1)) ? true : false; NS6plus = (!document.layers) && (navigator.userAgent.indexOf('Netscape')!=-1)?true:false; //########################################### function event_submit_validate(theForm) { if ((theForm.full_name.value == "") && (theForm.cal_name.value == "")) { alert("The 'Full Event Name' field is required"); theForm.full_name.focus(); return (false); } return (true); } //########################################### function closewindow() { window.close() } //########################################### function dispEvent(url,wname) { window.open(url, wname, "scrollbars=yes,toolbar=no,status=yes,location=no,menubar=no,resizable=yes,height=500,width=600,left=10,top=10") } //########################################### function event_login_submit_validate(theForm) { if (theForm.login.value == "") { alert("The 'login' field is required"); theForm.login.focus(); return (false); } if (theForm.password.value == "") { alert("The 'password' field is required"); theForm.password.focus(); return (false); } return (true); } //########################################### function selectaplace(form) { var appname= navigator.appName; var appversion=parseInt(navigator.appVersion); if (appname == "Netscape" && appversion >= 3) { var formindex=form.select1.selectedIndex; var storage=form.select1.options[formindex].text; if (form.select1.options[formindex].value != "none") { var msg=storage+"You are now being transferred to the -> "+storage; for (var spot=0;spot= 3) { var formindex=form.cat_select.selectedIndex; var storage=form.cat_select.options[formindex].text; if (form.cat_select.options[formindex].value != "none") { var msg=storage+"You are now being transferred to the -> "+storage; for (var spot=0;spot