<!--
function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

function setfocus() {
document.forms[0].name.focus()
}

function setfocus2() {
document.forms[0].admin_name.focus()
}

function setfocus3() {
document.forms[0].client_name.focus()
}

function setfocus4() {
document.forms[0].teamuser_name.focus()
}

function setfocus5() {
document.forms[0].username.focus()
}

function closewin(){
aWindow=window.close();
}

function submitonce(theform){
if (document.all||document.getElementById){
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit")

tempobj.disabled=true
}
}
}

function jumpmenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function send(url){
window.open(url,'send','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=375,left=1,top=1');
}

function scores() {
window.open('http://www.jigsaw7.com/highscores.php','scores','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=500,height=500,left=20,top=20');
}
//-->