<!--
browser_version = parseFloat(navigator.appVersion); 

if (browser_version >= 3.0){
	THE = 'true';
}else{
	THE = 'false';
}

function THE_on(imgName) {
	 if (THE == 'true'){
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}
}

function THE_onLayer(imgName,strLayer) {
	 if (THE == 'true'){
		imgOn = eval(imgName + "on.src");
		if (browser_name == "Microsoft Internet Explorer"){
			document [imgName].src = imgOn;	
		}else{
			document[strLayer].document [imgName].src = imgOn;	
		}
	}
}

function THE_off(imgName) {
	if (THE == 'true'){
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
}

function THE_offLayer(imgName,strLayer) {
	if (THE == 'true'){
		imgOff = eval(imgName + "off.src");
		if (browser_name == "Microsoft Internet Explorer"){
			document [imgName].src = imgOff;	
		}else{
			document[strLayer].document [imgName].src = imgOff;	
		}
	}
}

function WallWin(strUrl){
	win = window.open("", "win","scrollbars=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=775,height=600");
	win.location = strUrl;
}

	lnkdownon = new Image();    
	lnkdownon.src = "images/5200_but_scre_on.gif"; 
	lnkdownoff = new Image();      
	lnkdownoff.src = "images/5200_but_scre_off.gif";   
	
	post1on = new Image();    
	post1on.src = "images/5200_butl_post_on.gif"; 
	post1off = new Image();      
	post1off.src = "images/5200_butl_post_off.gif";   

	wall1on = new Image();    
	wall1on.src = "images/5200_butl_wall_on.gif"; 
	wall1off = new Image();      
	wall1off.src = "images/5200_butl_wall_off.gif";   

	post2on = new Image();    
	post2on.src = "images/5200_butl_post_on.gif"; 
	post2off = new Image();      
	post2off.src = "images/5200_butl_post_off.gif";   

	wall2on = new Image();    
	wall2on.src = "images/5200_butl_wall_on.gif"; 
	wall2off = new Image();      
	wall2off.src = "images/5200_butl_wall_off.gif";   

	post3on = new Image();    
	post3on.src = "images/5200_butl_post_on.gif"; 
	post3off = new Image();      
	post3off.src = "images/5200_butl_post_off.gif";   

	wall3on = new Image();    
	wall3on.src = "images/5200_butl_wall_on.gif"; 
	wall3off = new Image();      
	wall3off.src = "images/5200_butl_wall_off.gif";   
	
	post4on = new Image();    
	post4on.src = "images/5200_butl_post_on.gif"; 
	post4off = new Image();      
	post4off.src = "images/5200_butl_post_off.gif";   

	wall4on = new Image();    
	wall4on.src = "images/5200_butl_wall_on.gif"; 
	wall4off = new Image();      
	wall4off.src = "images/5200_butl_wall_off.gif";   
	
	post5on = new Image();    
	post5on.src = "images/5200_butl_post_on.gif"; 
	post5off = new Image();      
	post5off.src = "images/5200_butl_post_off.gif";   

	wall5on = new Image();    
	wall5on.src = "images/5200_butl_wall_on.gif"; 
	wall5off = new Image();      
	wall5off.src = "images/5200_butl_wall_off.gif";   

	post6on = new Image();    
	post6on.src = "images/5200_butl_post_on.gif"; 
	post6off = new Image();      
	post6off.src = "images/5200_butl_post_off.gif";   

	wall6on = new Image();    
	wall6on.src = "images/5200_butl_wall_on.gif"; 
	wall6off = new Image();      
	wall6off.src = "images/5200_butl_wall_off.gif";   

	post7on = new Image();    
	post7on.src = "images/5200_butl_post_on.gif"; 
	post7off = new Image();      
	post7off.src = "images/5200_butl_post_off.gif";   

	wall7on = new Image();    
	wall7on.src = "images/5200_butl_wall_on.gif"; 
	wall7off = new Image();      
	wall7off.src = "images/5200_butl_wall_off.gif";   

	post8on = new Image();    
	post8on.src = "images/5200_butl_post_on.gif"; 
	post8off = new Image();      
	post8off.src = "images/5200_butl_post_off.gif";   

	wall8on = new Image();    
	wall8on.src = "images/5200_butl_wall_on.gif"; 
	wall8off = new Image();      
	wall8off.src = "images/5200_butl_wall_off.gif";   
	
	post9on = new Image();    
	post9on.src = "images/5200_butl_post_on.gif"; 
	post9off = new Image();      
	post9off.src = "images/5200_butl_post_off.gif";   

	wall9on = new Image();    
	wall9on.src = "images/5200_butl_wall_on.gif"; 
	wall9off = new Image();      
	wall9off.src = "images/5200_butl_wall_off.gif";   

	post10on = new Image();    
	post10on.src = "images/5200_butl_post_on.gif"; 
	post10off = new Image();      
	post10off.src = "images/5200_butl_post_off.gif";   

	wall10on = new Image();    
	wall10on.src = "images/5200_butl_wall_on.gif"; 
	wall10off = new Image();      
	wall10off.src = "images/5200_butl_wall_off.gif";   
	
	downloadon = new Image();    
	downloadon.src = "images/5200_but_dow_on.gif"; 
	downloadoff = new Image();      
	downloadoff.src = "images/5200_but_dow_off.gif";   
	
	closeon = new Image();    
	closeon.src = "images/5200_but_clo_on.gif"; 
	closeoff = new Image();      
	closeoff.src = "images/5200_but_clo_off.gif";  

//-->
