function doThePopUp(theUrl) {
	openpopup = window.open(theUrl,"openpopup","width=560,height=340,left=100,top=100,resizable=no,scrollbars=Yes");
}