<!-- for maine menue bar

var n = 0;
var ie =0;
var browser=0;

function Menu(obj){
	this.css=(n) ? eval('document.'+obj):eval('document.all.'+obj+'.style')					
   	this.ref=(n) ? eval('document.'+obj+'.document'):eval('document');		
	this.height=n?this.ref.height:eval(obj+'.offsetHeight')
	this.x=(n)? this.css.left:this.css.pixelLeft;
	this.y=(n)? this.css.top:this.css.pixelTop;							
	this.hideIt=hideIt;	this.showIt=showIt; this.moveIt=moveIt											
	return this
}
function showIt(){this.css.visibility="visible"}
function hideIt(){this.css.visibility="hidden"}
function moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x; this.css.top=this.y}
function init(){
	Lay=new Array();
	Lay[0]=new Menu('divLay1');
	Lay[1]=new Menu('divLay2');
	Lay[2]=new Menu('divLay3');
	Lay[3]=new Menu('divLay4');
	Lay[4]=new Menu('divLay5');
	
}

function menu(num)
{
	if(browser)
	{
			for(i=0;i<Lay.length;i++)
			{
				if(i!=num) Lay[i].hideIt()
				
			}
			Lay[num].showIt();
		}
}

function closeIt()
{
	if(browser)
	{
			for(i=0;i<Lay.length;i++)
			{
				Lay[i].hideIt();
				
			}
		}
}


//текстовые подсказки
function openPr(num)
{
	if(browser)
	{
			for(i=0;i<Pr.length;i++)
			{
				if(i!=num) Pr[i].hideIt()
				
			}
			Pr[num].showIt();
		}
}

function closePr()
{
	if(browser)
	{
			for(i=0;i<Pr.length;i++)
			{
				Pr[i].hideIt();
				
			}
		}
}

function initall() {
n = (document.layers) ? 1:0;
ie = (document.all) ? 1:0;
browser=((n || ie) && parseInt(navigator.appVersion)>=4)
if (browser) init();
}

	function Winopen(url, id, width, height)
	{
  width=550;
	zoom = window.open(url, id, 'width = ' + width + ', height = ' + height + ',resizable=0,scrollbars=1,menubar=0,status=0');
	}

	function Cliententer(url, id, width, height)
	{
	zoom = window.open(url, "client", 'width = ' + width + ', height = ' + height + ',resizable=0,scrollbars=0,menubar=0,status=0');
	}
//-->

<!-- for swap pictures and restor
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

<!-- for verticly movin banner menue

function AW_PersistLayer(layerName,NSpath,IEpath,firstTime){
		NSpath = NSpath.replace(/!!/g,"'")
	IEpath = IEpath.replace(/!!/g,"'")
		var offset;
	var isIE=(document.all) ? 1 : 0;
	var isNav=(document.layers) ? 1 : 0;
		if(NSpath =='') {	
		if(isIE){ eval('var theLayer='+layerName)}	
		else{ eval('var theLayer=document.'+layerName)	}
		}	
	else{	
		if(isIE){ eval('var theLayer='+IEpath)}	
		else{ eval('var theLayer='+NSpath)	}
		}			if(eval(firstTime)){
			theLayer.XPOS = 0;
			theLayer.YPOS = 0;
		}
	if(isNav){	
		offset = self.pageXOffset
		if (offset != theLayer.XPOS){
			offset=offset-theLayer.XPOS
			theLayer.left+=offset
			theLayer.XPOS = theLayer.XPOS + offset;
			}
			
		offset = self.pageYOffset
		if (offset != theLayer.YPOS){
			offset=offset-theLayer.YPOS
			theLayer.top+=offset
			theLayer.YPOS = theLayer.YPOS + offset;
			}	}
	else{
		offset = window.document.body.scrollLeft
		if (offset != theLayer.XPOS){
			offset=offset-theLayer.XPOS
			theLayer.style.pixelLeft+=offset
			theLayer.XPOS = theLayer.XPOS + offset;
			}
			
		offset = window.document.body.scrollTop
		if (offset != theLayer.YPOS){
			offset=offset-theLayer.YPOS
			theLayer.style.pixelTop+=offset
			theLayer.YPOS = theLayer.YPOS + offset;
			}
	
	}
	
	theLayer.timerid = setTimeout("AW_PersistLayer(\""+layerName+"\",\""+NSpath+"\",\""+IEpath+"\",'false')",50);document.MM_returnValue=false;
theLayer.document.MM_returnValue=false;}
//-->
<!-- for javascript windows to be open




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->