timeout1=0;
timeout2=0;
timeout3=0;


function showSub(what)
{

if(document.all){
document.all['sub'+what].style.visibility='visible';}
if(document.getElementById){
	document.getElementById("sub"+what).style.visibility="visible";}
if(document.layers){
	document.layers['sub'+what].visibility='show';}
}

function hideSub(what)
{
sub='sub'+what;
if(document.all)
document.all[sub].style.visibility='hidden';
if(document.getElementById)
document.getElementById(sub).style.visibility='hidden';
if(document.layers)
document.layers[sub].visibility='hide';

}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  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_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

<!--var message="Копирование запрещено. Авторские права принадлежат компании Svetlinz.";
			function clickIE4(){
				if (event.button==2){
					alert(message);
					return false;
				}
			}
			function clickNS4(e){
				if (document.layers||document.getElementById&&!document.all){
					if (e.which==2||e.which==3){
						alert(message);
						return false;
					}
				}
			}
			if (document.layers){
				document.captureEvents(Event.MOUSEDOWN);
				document.onmousedown=clickNS4;
			}
			else if (document.all&&!document.getElementById){
				document.onmousedown=clickIE4;
			}
			document.oncontextmenu=new Function("alert(message);return false");-->