
var testspacer_file="http://instantmakaan.com/images/close.png";
var testshk_file="http://www.instantmakaan.com/shoskele/instant_shoskele.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();",40000);

}

 document.write("<div id=\"layerSho\" style=\"position:absolute; right:"+rightPosi+"; top:325px; width:630px; height:320px; 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=\"320\">");

 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=\"630\" height=\"320\" 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; cursor:pointer; right:0; right:172px; top:-50px; width:64px; height:50px; z-index:9999; visibility: visible;\"><img onClick=\"hideLayerrr()\" src=\""+testspacer_file+"\" width=\"64\" height=\"50\" border=\"0\" style=\"cursor:hand; z-index:9999; position:relative; right:-2px; bottom:-328px; background:#000;\"></div>");
 


ssklll();
