function popup(url)
{
window.open(url, "", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=900, height=600, left=0, top=0");
}


function PopupPic(id,sPicURL) {
  window.open( "/popup.php?id="+id+"&image="+sPicURL, "", "resizable=1,HEIGHT=250,WIDTH=350");
}


