function popup(winURL) {
window.open(winURL, "popup", "width=330, height=250");
}
