  function go(){

    valor=document.secciones.url.options[document.secciones.url.selectedIndex].value;

    if (valor!=''){

        ladir=document.secciones.url.options[document.secciones.url.selectedIndex].value;

            if (parent.frames.length > 0){

            parent.location.href = ladir;

        } else {

            this.location.href= ladir;

        }

    }

      }



function MM_reloadPage(init) {



if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {



document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}



else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();



}



MM_reloadPage(true);



function MM_openBrWindow(theURL,winName,features) {



window.open(theURL,winName,features);



}







function checkd()



{ if (reg.domen.value!="") {



MM_openBrWindow('http://billing.maxhost.ru/order/check.php?domen='+document.reg.domen.value+'','','scrollbars=no,width=400,height=250');return false;



}}



function Vote(match, votet)
{	

	HistoryWin = open("", "History", 

					"width=350,height=200,status=no,toolbar=no,menubar=no,resizable=no,titlebar=no");

	HistoryWin.document.open();

	HistoryWin.location.href = "http://www.maxhost.ru/cgi-bin/vote.cgi?vote="+document.getElementById(match).value+"&votet="+document.getElementById(votet).value;

	HistoryWin.document.close();  

	return;

}


