function PopUp(windowURL,theWidth,theHeight) {
	open(windowURL,"PopUp","width=" + theWidth + ",height=" + theHeight + ",scrollbars=yes,toolbar=no,menubar=yes,statusbar=yes");
}

