var but_on= new Image(); but_on.src="/images_new_rus/menu1.gif";
var but_off= new Image(); but_off.src="/images_new_rus/menu2.gif";
function Show(img, button, obj, state)
{ 
document.images[img].src = button.src; 
var Obj = obj;
var ArrNodes = Obj.childNodes;
//var id = img;
//alert (button);
//var s = state; 
//if (s=="1"){
//		eval("document.getElementById('"+id+"').style.color='#FFFFFF';");
//		eval("alert(document.getElementById('"+id+"').style.color);");
//		}
//else{
//eval("document.getElementById('"+id+"').style.color='#0084a3';");
//	}
}
function openWindow(name,w,h) { 
      window.open("",name,'toolbar=0,location=0,scrollbars=0,width=' + w + ',height=' + h + ',resizable=0,left=10,top=10'); 
  }   
 
     
function show_full(pict, w, h, title) 
{
   var new_wind= window.open('','NewWind','scrollbars=0, height='+h+', width='+w+'');
   with(new_wind.document)
  { 
      open();
	  write("<html><head><title>"+title+"</title></head>");
	  write("<body bgcolor=ffffff leftmargin='0' topmargin='0' marginheight='0' marginwidth='0'>");
      write("<table><tr><td><div align='justify' id='t'>");
	  write("<A HREF='#' onClick='window.close(self)'><img src=/images_new/");
	  write(pict);
	  write(".gif border=0></a>");
	  write("</div></td></tr></table>");
	  write("</body></html>");
	  close();    
   }
}

function go(url){
		if (url==""){
		   return false;
		}
		else{
		top.location.href=url;
		}
}




