
var testspacer_file="images/close1.png";
var testshk_file="flash/shrine_tv.swf";


var rightPosi;
if (screen.width <900)
{          

			rightPosi  = "170px";                       

}
if (screen.width >900)
{          

			rightPosi  = "170px";

}
function isNS4()
{

			return (document.layers);

}          
function isIE()
{

			return (document.all);

}
function isNS6()
{

			return (!document.all && document.getElementById)

}          
function showLayerrr()
{

			if (isNS4())
			{
			 // document.layerClos.left=screen.width-555;

			  document.layerSho.visibility="show";

		  	  document.layerClos.visibility="show";

			}

			if (isNS6())
			{
					//	  document.getElementById("layerClos").style.left=screen.width-555;

						  document.getElementById("layerSho").style.visibility="visible";

					  document.getElementById("layerClos").style.visibility="visible";

			}
			if (isIE())
			{
					//	  document.all.layerClos.style.left=screen.width-555;

						  document.all.layerSho.style.visibility="visible";

				  document.all.layerClos.style.visibility="visible";
			}
}
function hideLayerrr()
{
			 if (isNS4())
			 {

						  document.layerSho.visibility="hide";

						  document.layerClos.visibility="hide";

			 }
			 if (isNS6())
			 {

						  document.getElementById("layerSho").style.visibility="hidden";

						  document.getElementById("layerClos").style.visibility="hidden";

			 }
			 if (isIE())
			 {
			 document.getElementById("layerSho").style.visibility="hidden";

		document.getElementById("layerClos").style.visibility="hidden";
			 }

			
 }
function ssklll()
{
			 showLayerrr();

			 //setTimeout("hideLayerrr();",15000);
			 //setTimeout("hideLayerrr();",1500);

}

 document.write("<div id=\"layerSho\" style=\"position:absolute; right:"+rightPosi+"; top:320px; width:500px; height:200px; z-index:0; visibility: hidden;\"> ");

 document.write(" <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"630\" height=\"215\">");

 document.write(" <param name=\"movie\" value=\""+testshk_file+"\">");

 document.write(" <param name=\"quality\" value=\"high\">");

 document.write(" <param name=\"wmode\" value=\"transparent\">");


 document.write(" <embed src=\""+testshk_file+"\" width=\"500\" height=\"200\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" ></embed></object>");

 document.write("</div>");

 document.write("<div id=\"layerClos\" style=\"position:absolute; right:187px; top:300px; width:42px; height:15px; z-index:10; visibility: hidden;\"><img onClick=\"hideLayerrr()\" src=\""+testspacer_file+"\" width=\"59\" height=\"20\" border=\"0\" style=\"cursor:pointer;\"></div>");

ssklll();
