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