<!--
function winphoto(name){
neww(name,'','width=600,height=450,toolbar=no,menubar=no,resizable=no,scrollbars=no,top=80,left=200')
}

function pic(name){
selwin(name,'','width=650,height=500,toolbar=no,menubar=no,resizable=no,scrollbars=yes,top=80,left=250')
}

function neww(wins,sname,res) { //v2.0
var sel=wins
if (sel=="#")
  window.location.replace(sel);
else
  window.open(wins,sname,res);
}
//-->
