// JavaScript Document
/* E M A I L */
function ghostmail(name, domain, display) {
displayed=(typeof(display)=="undefined") ? name+"@"+domain : display
document.write('<a class="mail" href=mailto:' + name + '@' + domain + '>' + displayed + '</a>');
}


/* FAVORITEN ICON */
document.writeln("<link rel='icon' href='/favicon.ico'>");
document.writeln("<link rel='shortcut icon' href='/favicon.ico'>");



/* N E T S C A P E  4   R E L O A D */
function reload(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reload; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reload(true);

/* P O P U P  */
function plan(page) {
OpenWin = this.open(page, "CtrlWindow", "width=637px,height=600px,toolbar=no,menubar=yes,location=no,scrollbars=no,resizable=no,top=30px,left=30px;");
}

/* S E I T E   A U S D R U C K E N */
function printit() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}



