
function showEarth(sectionID) {

	switch(sectionID){
		case 0:
				//document.getElementById("earth_hour").style.height="100%";
				//document.getElementById("earth_hour").style.width="100%";
				document.getElementById("earth_hour_bottom").style.display="none";
				document.getElementById("earth_hour_bg").style.display="block";
				document.getElementById("earth_hour").style.zIndex="1";
				document.getElementById("earth_hour_bottom").style.zIndex="50";
				document.getElementById("earth_hour").style.display="block";
				document.getElementById("earth_hour").innerHTML="<div style=\"z-index:1000;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0\" width=\"100%\" height=\"1950\" id=\"earth\" align=\"middle\">"
	+ "<param name=\"allowScriptAccess\" value=\"sameDomain\" />"
	+ "<param name=\"allowFullScreen\" value=\"false\" />"
	+ "<param name=\"wmode\" value=\"transparent\" />"
	+ "<param name=\"movie\" value=\"earth.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" />	<embed src=\"earth.swf\" quality=\"high\" bgcolor=\"#ffffff\" wmode=\"transparent\" width=\"100%\" height=\"1950\" name=\"earth\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" />"
	+ "</object></div>";
				//setTimeout("document.getElementById('earth_hour').style.display='block'",2000)
				//document.getElementById("earth_hour").style.display="block";
				break;
		case 1:
				
				//document.getElementById("earth_hour").style.height="0";
				//document.getElementById("earth_hour").style.width="0";
				document.getElementById("earth_hour_bottom").style.display="block";
				document.getElementById("earth_hour_bg").style.display="block";
				document.getElementById("earth_hour").style.zIndex="50";
				document.getElementById("earth_hour_bottom").style.zIndex="1";
				document.getElementById("earth_hour").innerHTML="";
				document.getElementById("earth_hour").style.display="none";
				/*setTimeout("document.getElementById('earth_hour').innerHTML=''",2000);*/
				//setTimeout("document.getElementById('earth_hour').style.display='none'",1000)
				break;
	}
}
