function popUp(url) {
 winopen=window.open(url, 'graphicwinopen', 'toolbar=1, scrollbars=1, location=0, status=0, menubar=1, resizable=1, width=659, height=650, left = 25, top = 38');
}

function popUpGraphic(sPicURL) { 
   window.open( "pscpopup.htm?"+window.location.href.replace(/[^\/]*$/, '')+sPicURL, "", 
   "resizable=1, toolbar=1, scrollbars=1, location=0, status=0, menubar=1 ,HEIGHT=200,WIDTH=200, left = 25, top = 25"); 
  } 
  