 
 function xjOpenGRM() {
  var popupHelp=window.open("https://www.ibudalan.is/greidslumat/GRM/Greidslumat.aspx", "Greidslumat", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=600");
  popupHelp.opener = self;
  popupHelp.focus();
 }
 
 function xjOpenUmsokn() {
  var popupHelp=window.open("https://www.ibudalan.is/greidslumat/Umsokn/Umsokn.aspx", "Umsokn", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=600");
         popupHelp.opener = self;
         popupHelp.focus();
 }


function opnaSvarBox(cno) {   
 window.open('https://svarbox.teljari.is/?c=' + cno,'gluggi','toolbar=0,scrollbars=no,location=0,status=0,menubar=0,resizable=no,width=600,height=460');
 }


