location.href = '/SPECIALS/2009/planet.in.peril/';

// JavaScript Document// TOPNAV
<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

window.onload=hide;
function hide(id) {
var d = document.getElementById(id);

	for (var i = 1; i<=10; i++) {

		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}

	}

if (d) {d.style.display='none';}

}

/*FOR MAC CSS FIXES*//***********************************************
* Different CSS depending on OS (mac/pc)- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var csstype="external" //Specify type of CSS to use. "Inline" or "external"
var mac_externalcss='css/stylesmac.css' //if "external", specify Mac css file here
var pc_externalcss='css/styles.css'   //if "external", specify PC/default css file here
///////No need to edit beyond here////////////
var mactest=navigator.userAgent.indexOf("Mac")!=-1
if (csstype=="inline"){
	document.write('<style type="text/css">')
if (mactest)
document.write(mac_css)
else
document.write(pc_css)
document.write('</style>')
}
else if (csstype=="external")
document.write('<link rel="stylesheet" type="text/css" href="/SPECIALS/2007/planet.in.peril/'+ (mactest? mac_externalcss : pc_externalcss) +'">')

/*for Popups*/
<!--
function popitup(url) {
newwindow=window.open(url,'name','height=400,width=550,scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}

