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

