function Popup (winSource, winName, winWidth, winHeight) {
	window.open (winSource, winName, 'width=' + winWidth + ',height=' + winHeight);
}