function openNewImidge(){
	newim=window.open("http://www.creativetechnologie.com/.ru/", "newimidge", "resizable=yes,location=yes,toolbar=yes, status=yes, menubar=yes, width="+screen.availWidth+",height="+screen.availWidth+",top=0");
}
 
HV=function() 
{
 var li = document.getElementById("Menu").getElementsByTagName("LI");
 for (var i=0; i<li.length; i++) 
  { 
   li[i].onmouseover=function() { this.className="ieh"; menu_show(); }
   li[i].onmouseout=function() { this.className=this.className=""; menu_();}
  }
}

function openpic(scr)
{
 window.open("/openpix.php?src="+scr, "pic"+Math.rand(), "resizable=yes,location=no,width=300,height=300,top=0");
};

//if (window.attachEvent) window.attachEvent("onload", HV); 



function menu_show()
{
	document.getElementById("Menu").style.height="487px";
//}
};

function menu_hide() 
{
	document.getElementById("Menu").style.height="30px";
//}
};

function flash_close(){
	thisMovie('topdone2').m_close();
}
/*
function flash_menu_stop() 
{

 //thisMovie("topdone2").m_close();
 menu_hide();
}
*/
function showTopMenu(){};

function load_complete(){
	showTopMenu();
}


function thisMovie(movieName) 
{
 if (navigator.appName.indexOf("Microsoft") != -1)  return window[movieName]; else  return document[movieName];
}

function mousePageXY(e)
{
 var x = 0;
 if (!e) e = window.event;
 if (e.pageX || e.pageY)
 {
  x = e.pageX;
  y = e.pageY;
 }
 else if (e.clientX || e.clientY)
 {
  x = e.clientX + (document.documentElement.scrollLeft || document.body.scrollLeft) - document.documentElement.clientLeft;
  y = e.clientY + (document.documentElement.scrollTop || document.body.scrollTop) - document.documentElement.clientTop;
 };

 document.getElementById("tizers").style.top=y-140;
 document.getElementById("tizers").style.left=x-360;

};

function shwp(n,url)
{
 if (n>0 && n<=14)
  {
   if (document.getElementById("pn"+n).style.display=="block") 
    {
     window.location=url;
    }
     else
    {
     for (i=1;i<=14;i++) document.getElementById("pn"+i).style.display="none";
     document.getElementById("pn"+n).style.display="block";
    };
 };
};

function hidealarm()
{
 document.getElementById("alarmalarm").style.display="none";
};

function fl_Command(var1, var2){
	document.getElementById("richBanner").style.display="none";
}

//top html text menu
function tmBtnMove(src){
	if(document.getElementById('s'+src.id).style.display!='block'){
	src.style.background='url(/i/tmBtnActive.gif)';
	src.style.color='#ffffff';
	document.getElementById('s'+src.id).style.display="block";
	//document.getElementById("Menu_html").style.height='500px';
	}
}
function tmBtnOut(src){
	src.style.background='url(/i/tmBtn.gif)';
	src.style.color='#000000';
	document.getElementById('s'+src.id).style.display="none";
}

// !    top html text menu
