function popUnfall() {
   <!--if (document.loginform.unfallvers.value == "j") -->
   openPopup("popunf","../popup/unfall.html",380,480,1);
}

function popFranchise() {
   openPopup("popfra","../popup/franchise.html",380,400,0);
}

function openPopup(wname,wurl,wbreite,whoehe,scroll) {
      if (scroll == 0) {
             parscroll = "scrollbars=no";
          }
      else if (scroll == 1) {
             parscroll = "scrollbars=yes";
          }
          parameters = "width=" + wbreite + ", height=" + whoehe + ",left=0,top=0," + parscroll;
      window.open(wurl, wname, parameters);
}

function opwinDet(target) {
  window.open(target,'upwin','width=420,height=540,left=0,top=0,resizable=yes,scrollbars=yes');
}

function opwinSmall(target) {
  window.open(target,'upwin1','width=420,height=160,left=0,top=0,resizable=yes,scrollbars=no');
}

function opwinDoku(target) {
  window.open(target,'upwin2','width=640,height=700,left=0,top=0,resizable=yes,scrollbars=yes');
}
