function PopUp(whatURL,num,w,h) {
        var gallery = open(whatURL ,"gallery","toolbar=no,scrollbars=yes,width="+w+",height="+h+",resizable=no");
		if (window.resizeTo) gallery.resizeTo(w,h);
		gallery.focus();

}