<!--


function menu_select(imgName) {



      imgSel=eval(imgName+"on.src"); 

      document [imgName].src = imgSel; 

}



function menu_noselect(imgName) { 



      imgNoSel=eval(imgName+"off.src"); 

      document [imgName].src = imgNoSel; 

}



function Start(page) {

   OpenWin = this.open(page, "CtrlWindow", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=600');

}



function Start2(page) {

   OpenWin = this.open(page, "CtrlWindow2", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=748,height=501');

}





function Start3(page) {

   OpenWin = this.open(page, "CtrlWindow2", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=300,height=598');

}



function select_all_domains() {

        for (i=0, n=document.domain_form.elements.length; i<n; i++) {

                if (document.domain_form.elements[i].name == 'domain_name') {

                        document.domain_form.elements[i].checked = true;

                }

        }

}

//-->

 

 



