// this script launches the popup from the flash video buttons<!--function spawnWindow(URL,Name,features) {	window.open(URL,Name,features); }//-->// this script closes the popup window and redirects the main// window when the more information button is clicked// in the tour<!--function RedirectURL(newAddress) {	opener.location = newAddress;	self.close();}-->
