<!--
function max(){
	x=screen.availWidth;
	y=screen.availHeight;
	window.moveTo(0,0);
	window.resizeTo(x,y);
}
function pop(sLink,iWidth,iHeight,name,menubar,toolbar,location,status,scrollbars,resizable)
{
 varleft=5;
 vartop=36;
 G_day = new Date();
 G_seed = G_day.getTime();
 iRand = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*100000 + 1,10);
 iRand=name;
 winleft = ((screen.width - iWidth) / 2)-varleft;
 winUp = ((screen.height - iHeight) / 2)-vartop;
 
 window.open(sLink,iRand,',width='+iWidth+',height='+iHeight+',left='+winleft+',top='+winUp+',menubar='+menubar+',toolbar='+toolbar+',location='+location+',status='+status+',scrollbars='+scrollbars+',resizable='+resizable);
}
// -->

<!-- timer
        var x = 3
        var y = 1
        function startTimer(){
        x = x-y
        setTimeout("startTimer()", 1000)
        if(x==0){
        document.location.href = "hp.asp";
           }
        }
//-->

<!-- timernav
        var xnav = 3
        var ynav = 1
        function navTimer(){
        xnav = xnav-ynav
        setTimeout("navTimer()", 1000)
        if(xnav==0){
        setTimeout("navTimer()",1000);
           }
        }
//-->

