function Open_Window($url,$width,$height,$name) {
  newwindow=window.open($url, $name, "scrollbars=1,toolbar=0,directories=0,menubar=0,resizable=0,status=0,width="+$width+",height="+$height);
}

function PDFWin(URL) {
  window.open(URL,'','height=500,width=600,scrollbars=no')
}

function mapWindow(theID)
	{window.open('/about/popup_map.php?mid='+theID, 'mapWINDOW', 'menubar=0,scrollbars=0,resizable=0,toolbar=0,width=400,height=400');}