function playShosh(){	
	document.write('<div id="divShosh" style="position:absolute; top:220px; left:100px; width:700px; z-index:10001; background-color:#fff" align="center">');
	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=700' height='300'>");
	document.write("<param id='mname' name='movie' value='/ads/Microsoft/Nov10/Shoskeles_cs3_191110.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='menu' value='false'>");	
	document.write("<param name='wmode' value='transparent'>");
	document.write("<embed id='mname1' src='/ads/Microsoft/Nov10/Shoskeles_cs3_191110.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='700' height='300' wmode='transparent'></embed>");
	document.write("</object>");
	document.write('</div>');	
	setTimeout("hideShosh()",20000); 	
}

function hideShosh(){
		//document.all.microsoft.style.display="none";
		document.getElementById('divShosh').style.display="none";
	}
	
function dogEar(){
document.write("<div id='creative1' style='position:absolute; top:0px; left:92.5%; width:79px; z-index:500001; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px' align='right'>");
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='79' height='61'>");
document.write("<param id='mname' name='movie' value='http://www.ciol.com/ads/hp/sep09/fold_hp_dogear.swf'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='menu' value='false'>");
document.write("<param name='wmode' value='transparent'>");
document.write("<embed id='mname1' src='http://www.ciol.com/ads/hp/sep09/fold_hp_dogear.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='79' height='61' wmode='transparent'></embed>");
document.write("</object>");
document.write("</div>");
}

function peelBack(){
document.write("<div id='creative2' style='position:absolute; display:none; top:0; left:0; width:100%; z-index:50001; padding:0px -10px 0px 0px;'   align='right'>");
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='800' height='600'>");
document.write("<param id='mname' name='movie' value='http://www.ciol.com/ads/hp/sep09/fold_hp_peelback.swf'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='menu' value='false'>");
document.write("<param name='wmode' value='transparent'>");
document.write("<embed id='mname1' src='http://www.ciol.com/ads/hp/sep09/fold_hp_peelback.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='800' height='600' wmode='transparent'></embed>");
document.write("</object>");
document.write("</div>");
}

function videoad(){
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='180' height='160'>");
document.write("<param id='mname' name='movie' value='/ads/ciol/jan08/videoad.swf'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='menu' value='false'>");
document.write("<param name='wmode' value='transparent'>");
document.write("<embed id='mname1' src='/ads/ciol/jan08/videoad.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='180' height='160' wmode='transparent'></embed>");
document.write("</object>");
}

function swapFiles(){
	//document.all.creative2.style.display="block";
	//document.all.creative1.style.display="none";
	document.getElementById('creative2').style.display="block";
	document.getElementById('creative1').style.display="none";
	hideMenu();
	}
	
function reloadFile(){
	//document.all.creative2.style.display="none";
	//document.all.creative1.style.display="block";
	document.getElementById('creative2').style.display="none";
	document.getElementById('creative1').style.display="block";
	showMenu();
	}


function hideMenu(){	
	//document.getElementById('sitesearch').style.visibility = 'hidden'; 
	//document.all.mnstr.style.visibility = "hidden";
	//document.all.skyscrap.style.visibility = "hidden";
	document.getElementById('topban').style.visibility = 'hidden'; 
	document.getElementById('skyscrap').style.visibility = 'hidden'; 
	document.getElementById('panel2').style.visibility = 'hidden'; 
	document.getElementById('panel3').style.visibility = 'hidden'; 
	document.getElementById('panel1').style.visibility = 'hidden'; 
	document.getElementById('video').style.visibility = 'hidden'; 

}

function showMenu(){
	//form.sitesearch.style.visibility = "visible";	
	//document.all.mnstr.style.visibility = "visible";
	//document.all.skyscrap.style.visibility = "visible";
	document.getElementById('topban').style.visibility="visible";
	document.getElementById('skyscrap').style.visibility="visible";
    document.getElementById('panel2').style.visibility="visible";
	document.getElementById('panel3').style.visibility="visible";
	document.getElementById('panel1').style.visibility="visible";
	document.getElementById('video').style.visibility="visible";
}

