
function alertSize() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
var left2 = myWidth;
var width = (left2/2)+320;
var left = (left2-644)/2;
var height = myHeight;
var scroll = height-260;
var heightadjust = (height-628)/2;


//if (heightadjust <= 0) document.write('<style type="text/css" media="screen" >#heightadjust{height:0;overflow:hidden;}.scroll{height:368px;overflow:auto;}<\/style>');else document.write('<style type="text/css" media="screen" >#heightadjust{height:' + heightadjust + 'px;overflow:hidden;}.scroll{height:368px;overflow:auto;}<\/style>');


document.write('<style type="text/css" media="screen" >.scroll{height:' + scroll + 'px;overflow:auto;}<\/style>');
document.write('<style type="text/css" media="screen" >#dropinboxv2cover{width:' + width + 'px;} #dropinboxv2{left:' + left + 'px;}<\/style>');

}
alertSize();

//function reload(){window.location.href = window.location.href} window.onresize = reload;

function openbrwindow(theURL,winName,features) {window.open(theURL,winName,features);}
function newWindow(mypage,myname,w,h,features) {
  if(screen.width){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  }else{winl = 0;wint =0;}
  if (winl < 0) winl = 0;
  if (wint < 0) wint = 0;
  var settings = 'height=' + h + ',';
  settings += 'width=' + w + ',';
  settings += 'top=' + wint + ',';
  settings += 'left=' + winl + ',';
  settings += features;
  win = window.open(mypage,myname,settings);
  win.window.focus();
}
<!--

var username = new Array();
  username[0]="hg";
  username[1]="fs";
  username[2]="fs";
  username[3]="fs";
  username[4]="snubbi";
  username[5]="dc";
  username[6]="somross";
  username[7]="aarsnes";
  username[8]="olavb";
  username[9]="fs";
  username[10]="master";

  
var sitename = new Array();
  sitename[0]="1hg.dk";
  sitename[1]="hojgaard-okologi.dk";
  sitename[2]="hojgaard-okologi.dk";
  sitename[3]="hojgaard-okologi.dk";
  sitename[4]="post11.tele.dk";
  sitename[5]="5750.dk";
  sitename[6]="stofanet.dk";
  sitename[7]="stofanet.dk";
  sitename[8]="mail.tele.dk";
  sitename[9]="hojgaard-okologi.dk";
  sitename[10]="hansen.mail.dk";

  
var usernamefull = new Array();
  usernamefull[0]="webmaster";
  usernamefull[1]="Flemming Seiersen";
  usernamefull[2]="fs@hojgaard-okologi.dk";
  usernamefull[3]="fs@hojgaard-okologi.dk";
  usernamefull[4]="snubbi@post11.tele.dk";
  usernamefull[5]="dc@5750.dk";
  usernamefull[6]="somross@stofanet.dk";
  usernamefull[7]="aarsnes.frandsen@stofanet.dk";
  usernamefull[8]="olavb@mail.tele.dk";
  usernamefull[9]="fs@hojgaard-okologi.dk";
  usernamefull[10]="master@hansen.mail.dk";

  
var title = new Array();
  title[0]="Skriv til webmaster";
  title[1]="Send mail til Flemming Seiersen";
  title[2]="Bestil CD";
  title[3]="Booking af RGJ";
  title[4]="Send mail";
  title[5]="Send mail";
  title[6]="Send mail";
  title[7]="Send mail";
  title[8]="Send mail";
  title[9]="Send mail";
  title[10]="Send mail";

  

  
var subject = new Array();
  subject[0]="Til_wm_royalgardenjazzband.dk";
  subject[1]="Fra hjemmesiden_royalgardenjazzband.dk";
  subject[2]="Bestilling af CD";
  subject[3]="Booking af RGJ";
  subject[4]="Fra hjemmesiden";
  subject[5]="Fra hjemmesiden";
  subject[6]="Fra hjemmesiden";
  subject[7]="Fra hjemmesiden";
  subject[8]="Fra hjemmesiden";
  subject[9]="Fra hjemmesiden";
  subject[10]="Fra hjemmesiden";


  
  
  

i=0;
do username[i]='<a href=\"mailto:' + username[i] + '@' + sitename[i] + '?Subject=' + subject[i] + '\" title=\"' + title[i] + '\">' + usernamefull[i] + '</a>';
while(username[++i])
// -->
