// JavaScript Document

function popUp(winURL) {
	window.open(winURL, "popup", "width=595px, height=421px");
}