function winopen(theURL, Name, popW, popH, scroll) {
                var winleft = (screen.width - popW) / 2;
                var winUp = (screen.height - popH) / 2;
                winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+',resizable=0';				
                Win = window.open(theURL, Name, winProp); 
        }
function popPropertyPhotos(ptype,pid,prj_id){
		eval("window.open('pop_property_photos.php?type="+ptype+"&prp_id="+pid+"&prj_id="+prj_id+"','popPropertyPhotos','width=800,height=600,left=210,top=210,resizable=yes,scrollbars=yes,status=yes');")
	}