/* -- iT-N.com JavaScript Library */

function ladeframenach() {
if(!parent.logo)
location.href="/index.html?" + location.pathname;
}

Normal1 = new Image();
var browserok = false;
if( parseInt( navigator.appVersion ) >= 3 && navigator.appName == "Netscape") { browserok = true; }
if( parseInt( navigator.appVersion ) >= 4 && navigator.appName == "Microsoft Internet Explorer") { browserok = true; }

function mouse_over(nam,bild)  {document.images[nam].src = bild; window.status='www.iT-N.com';}

function statuszeile(statustext)
{ window.status = statustext;}


function popup1(page) {
OpenWin = this.open(page, "CtrlWindow","toolbar=no,location=no,target=top,menubar=no,width=550,height=450,scrollbars=no,resizable=yes");
}

function openPopup(url,breite,hoehe,scroll)
{ popup=window.open(url,'popup','toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars='+scroll+',resizable=0,width='+breite+',height='+hoehe);
}

function openClosePopup(url,breite,hoehe,scroll)
{ popup2=window.open(url,'popup2','toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars='+scroll+',resizable=0,width='+breite+',height='+hoehe);
window.close();
}

function pop_upNew()
{
window.opener.location.href = 'download.html';
window.close();
}



