// JavaScript Document

function popupVideo( name ) {
	window.open("video.php?video="+name,"Window1","menubar=no,width=700,height=550,toolbar=no,scrollbars=yes,resize=yes");	
}

function popupLarge( name ) {
	window.open("map_large.php?id="+name,"Window1","menubar=yes,width=760,height=600,toolbar=yes,scrollbars=yes,resize=yes");	
}

function popUpNewsLetter( name ) {
	window.open(name,"Window2","menubar=yes, width=1024, height=768, toolbar=yes, scrollbars=yes, resize=yes");	
}