function gallery_popup(imgsrc, w, h) {
	pic = window.open('popup.php?url='+escape(imgsrc), 'jj_img', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,width='+w+',height='+h);
}

function popup(src, t, w, h, scroll) {
	var w=window.open(src,t,'width='+w+',height='+h+',left=0,top=0, toolbar=No,location=No,scrollbars='+scroll+',status=No,resizable=No,fullscreen=No');  
	w.focus();
	void(0);
}