function cover(url, navn)

{
  window.open(url,navn,'status=no,alwaysRaised=yes,width=410,height=410,z-lock=0,toolbar=0,scrollbar=0,menubar=0,resizable=0,screenx=0,screeny=0,left=60,top=20');

}