
	function openWindow(theurl){
		Win=window.open(theurl,"","width=400,height=650,scrollbars,resizable")
	} // end function
