
function PopIt(filename, picname, w, h)
{
  PopUp = window.open(filename,picname,"height="+h+",width="+w);
  PopUp.focus();
}

