<!--



 
function checkrequired(which) {
var pass=true;
if (document.images) {
for (i=0;i<which.length;i++) {
var tempobj=which.elements[i];
if (tempobj.name.substring(0,8)=="required") {
if (((tempobj.type=="text"||tempobj.type=="textarea")&&
tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&
tempobj.selectedIndex==0)) {
pass=false;
break;
         }
      }
   }
}
if (!pass) {
shortFieldName=tempobj.name.substring(8,30).toUpperCase();
alert("Please make sure the "+shortFieldName+" field was properly completed.");
return false;
}
else
return true;
}
  
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=480,width=640,resizable=yes,menubar=no,scrollbars=yes,left=0,top=0,screenX=0,screenY=0');
	if (window.focus) {newwindow.focus()}
}

var newwindow2;
function poptastic2(url)
{
	newwindow2=window.open(url,'name','height=290,width=385,resizable=yes,menubar=no,scrollbars=yes,left=0,top=0,screenX=0,screenY=0');
	if (window.focus) {newwindow2.focus()}
}

var newwindow3;
function poptastic3(url)
{
	newwindow3=window.open(url,'name','height=400,width=400,resizable=yes,menubar=no,scrollbars=yes,left=0,top=0,screenX=0,screenY=0');
	if (window.focus) {newwindow3.focus()}
}

function openusernamecheck(){

	win = window.open('https://www.acuity.ws/transactions/check_username.asp?username=' + window.document.form2.username.value,'win','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=250,height=130, screenX=100,screenY=100');

	return false;
}

function checkrequired(which) {
var pass=true;
if (document.images) {
for (i=0;i<which.length;i++) {
var tempobj=which.elements[i];
if (tempobj.name.substring(0,8)=="required") {
if (((tempobj.type=="text"||tempobj.type=="textarea")&&
tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&
tempobj.selectedIndex==0)) {
pass=false;
break;
         }
      }
   }
}
if (!pass) {
shortFieldName=tempobj.name.substring(8,30).toUpperCase();
alert("Please make sure the "+shortFieldName+" field was properly completed.");
return false;
}
else
return true;
}



<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, right-clicking on this site is not allowed.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->


-->
