function ShowPopUp(URL, Wdth, Hght, Scroll, Resize) {
	window.open(URL, 'popup', 'toolbar=0, scrollbars=' + Scroll +', location=0, statusbar=0, menubar=0, resizable=' + Resize + ', width=' + Wdth + ', height=' + Hght + ', left=150, top=50');
}