self.name="main";

function CenteredPopup(page,l,h) {
  var top=(screen.height-h)/2;
  var left=(screen.width-l)/2;
  var winpopup=window.open(page,"annupopup","top="+top+",left="+left+",width="+l+",height="+h+",toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no");
  winpopup.focus();
}
function MopetekFavadd(photo_id,lang)	{
  CenteredPopup('/cgi-bin/mopetek/mopetek.cgi?ORD=favadd&photo_id='+ photo_id +'&lang='+ lang,500,250);
}


