function hideLayer() {
	document.getElementById('Layer1').style.visibility = 'hidden';
}


	document.write(' <div id="Layer1" style="position:absolute; z-index:1000; width:300px; height:300px; top:360px; left:250px;">');   
	document.write('<OBJECT ');    
	document.write(' ID=banner WIDTH=300 HEIGHT=300>');   
	document.write(' <PARAM NAME=movie VALUE=kd_layer.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent>');   
	document.write(' <EMBED src="kd_layer.swf" quality=high wmode=transparent');   
	document.write(' swLiveConnect=FALSE WIDTH=300 HEIGHT=300');   
	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>');   

