function PopupPic(sPicURL) {
	if (window['winRef'] == undefined) {
		winRef = window.open("../popup.htm?"+sPicURL, "pop_sukar","resizable=0,scrollbars=no,height=100,width=100");
	} else {
		winRef.close();
		winRef = window.open("../popup.htm?"+sPicURL, "pop_sukar","resizable=0,scrollbars=no,height=100,width=100");
	}
}
