// JavaScript Document

function openPage(pg) {
	window.open(pg, "_self");
}

function openPops(sPicURL) {
     window.open("pub-imgpops.php?"+sPicURL, "pubimgpops", "resizable=1,height=0,width=0");
}