
			function popupOpen (URL, ToWidth, ToHeight) {
				window.open(URL, "mywindow", 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0, width=' + ToWidth + ',height=' + ToHeight +', top='+eval((screen.availHeight - ToHeight) / 3)+',left='+eval((screen.availWidth - ToWidth) / 2));
			}

			function popupOpenLocation (URL, ToWidth, ToHeight) {
				window.open(URL, "mywindow", 'toolbar=0, scrollbars=0, location=1, statusbar=0, menubar=0, resizable=0, width=' + ToWidth + ',height=' + ToHeight +', top='+eval((screen.availHeight - ToHeight) / 3)+',left='+eval((screen.availWidth - ToWidth) / 2));
			}

			
					function popupOpenShowroom (URL, ToWidth, ToHeight) {
				window.open(URL, "mywindow", 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=1, width=' + ToWidth + ',height=' + ToHeight +', top='+eval((screen.availHeight - ToHeight) / 3)+',left='+eval((screen.availWidth - ToWidth) / 2));
			}
