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