function URLPopup(sDemoURL, w, h) {
	window.open(sDemoURL, "", "resizable=1, height="+h+", width="+w+", left=25, top=25");
}