// javascript functions for NOVA "Jewel of the Earth" Web site
// http://www.pbs.org/nova/
// copyright (c) 2006 NOVA/WGBH Educational Foundation

// last modified 060112

function worl_window() {
	newwin = window.open("worl-flash.html", "worl_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=720,height=540');
	window.self.name = "cfl_parent";
}


function stor_window() {
	newwin = window.open("stor-flash.html", "stor_window", 
		'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=790,height=556');
	window.self.name = "stor_parent";
}
