function vpopup(filename)
{
  window.open(filename, "FotoPopup", "height=600,width=450,top=10,left=10");
}

function popup(filename)
{
  window.open(filename, "FotoPopup", "height=460,width=590,top=10,left=10");
}