<!--
/*
function changein(id) {
        if (document.layers) document.layers[id].visibility = "show"
        else if (document.getElementById) document.getElementById(id).style.visibility = "visible"
        else if (document.all && !(document.getElementById)) document.all(id).style.visibility = "visible"
}

function changeout(id) {
        if (document.layers) document.layers[id].visibility = "hide"
        else if (document.getElementById) document.getElementById(id).style.visibility = "hidden"
        else if (document.all && !(document.getElementById)) document.all(id).style.visibility = "hidden"
}
*/
function redirector()
{
   if(screen.availheight < 580)
   {
       window.location.href="main2.htm";
   }
}
/*
function nothing()
{
    
}

var lulltime= 1000;
var descrip='description9';
*/
-->