function openContent(url,name)
{
var popup;
popup = window.open(url,name,"width=680,height=500,left=100,top=100,resizable=no,menubar=no,toolbar=no,scrollbars=yes");
popup.moveTo(screen.width/2-220,screen.height/2-350);
popup.focus();
}


function openImagepoup(image)
{
  var url = 'index.php?c=49&src='+image;
  var popup;
  popup = window.open(url,name,"width=498,height=300,left=100,top=100,resizable=no,menubar=no,toolbar=no,scrollbars=no");
  popup.moveTo(screen.width/2-225,screen.height/2-250);
  popup.focus();
}
function openUrkundepoup(image)
{
  var url = 'index.php?c=51&src='+image;
  var popup;
  popup = window.open(url,name,"width=700,height=550,left=100,top=60,resizable=no,menubar=no,toolbar=no,scrollbars=yes");
  popup.moveTo(screen.width/2-225,screen.height/2-250);
  popup.focus();
}
