<!--
function pop(p){
s="toolbar=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=no,width=560,height=558";
wx=parseInt((screen.width-560)/2);wy=parseInt((screen.height-558)/2);
if(navigator.appName.indexOf("Microsoft")>=0){s=s+",left="+wx;s=s+",top="+wy;}else{s=s+",screenX="+wx;s=s+",screenY="+wy;}
w=window.open("photo-popup.asp?"+p,"nexwoodnwphotogallery",s);w.focus();}
// -->