function doThePopUp(theUrl) {
	openpopup = window.open(theUrl,"openpopup","width=500,height=350,left=150,top=100,resizable=no,scrollbars=no");
}