nothing = new Image(); 
nothing.src = "images/transpix.gif";
	
	function Change(Imageno,Image)
    {
     window.document.images[Imageno].src = Image.src;
    }
	
	function popup_ru(page)
	{
		windowINFO = window.open(page,'realutopia_info','width=459,height=377,scrollbars=no,resize=no,left=0,top=0,');
		windowINFO.moveTo(screen.width/2-229,screen.height/2-189);
		windowINFO.focus();
	}
	