function pop_window(theUrl) {
 popup=window.open(theUrl, 'popup','width=600,height=500,scrollbars=yes,location=no,resizable=no,status=no,toolbars=no,top=0,left=0');
	popup.focus()
}