
function hideshow() {
	document.getElementById('Layer1').style.visibility = 'hidden';
	document.getElementById('Layer2').style.visibility = 'visible';
}



	document.write(' <div id="Layer1" style="position:absolute; z-index:1000; width:780px; height:310px; top:55px;">');   
	document.write('<OBJECT ');    
	document.write(' ID=banner WIDTH=780 HEIGHT=310>');   
	document.write(' <PARAM NAME=movie VALUE="km_layer.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent>');   
	document.write(' <EMBED src="km_layer.swf" quality=high wmode=transparent');   
	document.write(' swLiveConnect=FALSE WIDTH=780 HEIGHT=310');   
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');   
	document.write(' </EMBED>');   
	document.write(' </OBJECT>');   
	document.write(' </div>');   

	document.write(' <div id="Layer2" style="visibility:hidden; width:780px; height:90px; ">');	   
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');   
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');   
	document.write(' ID=banner WIDTH=780 HEIGHT=90>');   
	document.write(' <PARAM NAME=movie VALUE="banner.swf"><PARAM NAME=quality VALUE=high>  ');   
	document.write(' <EMBED src="banner.swf" quality=high');   
	document.write(' swLiveConnect=FALSE WIDTH=780 HEIGHT=90');   
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');   
	document.write(' </EMBED> ');   
	document.write('  </OBJECT>');   
	document.write(' </div>');

