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

// last modified 060126

function iron_window() {
	newwin = window.open("iron-flash.html", "iron_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=810,height=470');
	window.self.name = "cfl_parent";
}

function toll_window() {
	newwin = window.open("toll-flash.html", "toll_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=740,height=560');
	window.self.name = "cfl_parent";
}

function hean_window() {
	newwin = window.open("toll-heaney-flash.html", "hean_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=560,height=560');
	window.self.name = "cfl_parent";
}

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