function getUrlParameter(url,param) { var result=''; var idxStart = url.indexOf('?' + param); if ( idxStart == -1 ) { idxStart = url.indexOf('&' + param); } if ( idxStart >= 0 ) { var idxEnd = url.indexOf('&',idxStart+1); if ( idxEnd >= 0 ) { result = url.substring(idxStart+1+1+param.length,idxEnd); } else { result = url.substring(idxStart+1+1+param.length); } } return result; } // frameJammer_hp v3.2.2 function frameJammer() { if (window.name!='mainFrame' && !((self.innerHeight == 0) && (self.innerWidth == 0))) { var currentUrl = '' + top.location; var JSP_SUFFIX = '.jsp'; var idxJsp = currentUrl.indexOf(JSP_SUFFIX); if ( idxJsp > 0 ) { // This HTML-Page is delivered via the intermediate JSP /unternehmen/index.jsp var newUrl; newUrl = currentUrl.substring(0,idxJsp+JSP_SUFFIX.length); var lpage = getUrlParameter(currentUrl,'path'); top.location.replace(newUrl + '?path=index1&cpage=' + lpage + '~mainFrame'); } else { // This HTML-Page is viewed directly in the browser if ( currentUrl.indexOf("aktuelle_presseinformationen",1) > 0 ) { top.location.replace('../index1.html?cpage=' + currentUrl + '~mainFrame'); } else { top.location.replace('index1.html?cpage=' + currentUrl + '~mainFrame'); } } } } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i\nOn error resume next\n'+ 'MM_dir = IsObject(CreateObject("SWCtl.SWCtl.1"))\n'+ 'MM_flash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))\n'); function EnterSite(){ MM_checkPlugin('Shockwave Flash',GetPath("/unternehmen/index.jsp;jsessionid=0000wWi4IyhXkDs05oKdwuMU5vl:10f7p74t7?path=/kampagne/kampagne.html"),false); if(document.MM_returnValue){ if((platform == 'Windows') && (browser == 'IE')) { window.open(GetPath("/unternehmen/index.jsp;jsessionid=0000wWi4IyhXkDs05oKdwuMU5vl:10f7p74t7?path=/kampagne/kampagne.swf"),'home','fullscreen=yes'); } else { FullScreen(); } } } function FullScreen(){ if((platform == 'Macintosh') && (browser == 'Mozilla')) { adjWidth = 20; adjHeight = 35; } if((platform == 'Macintosh') && (browser == 'IE')) { adjWidth = 20; adjHeight = 35; winOptions = 'fullscreen=yes'; } if((platform == 'Windows') && (browser == 'Mozilla')) { adjWidth = 12; adjHeight = 12; } if((platform == 'Macintosh') && (browser == 'IE')) { self.location.href = GetPath("/unternehmen/index.jsp;jsessionid=0000wWi4IyhXkDs05oKdwuMU5vl:10f7p74t7?path=/kampagne/kampagne.html"); } if(version < 4) { self.location.href = GetPath("/unternehmen/index.jsp;jsessionid=0000wWi4IyhXkDs05oKdwuMU5vl:10f7p74t7?path=/kampagne/kampagne.swf"); } else { var winWidth = screen.availWidth - adjWidth; var winHeight = screen.availHeight - adjHeight; var winSize = 'width=' + winWidth + ',height=' + winHeight; var FlashhilfeWin = window.open(GetPath("/unternehmen/index.jsp;jsessionid=0000wWi4IyhXkDs05oKdwuMU5vl:10f7p74t7?path=/kampagne/kampagne.swf"), 'Intranet', winSize); FlashhilfeWin.moveTo(0,0); } } function datum() { var now = new Date(); var yr = now.getYear(); if ((yr > 99) && (yr < 1900)) yr += 1900; var mName = now.getMonth() + 1; var dName = now.getDay() + 1; var dayNr = ((now.getDate()<10) ? "0" : "")+ now.getDate(); if(dName==1) Day = "Sonntag"; if(dName==2) Day = "Montag"; if(dName==3) Day = "Dienstag"; if(dName==4) Day = "Mittwoch"; if(dName==5) Day = "Donnerstag"; if(dName==6) Day = "Freitag"; if(dName==7) Day = "Samstag"; if(mName==1) Month="Januar"; if(mName==2) Month="Februar"; if(mName==3) Month="M�rz"; if(mName==4) Month="April"; if(mName==5) Month="Mai"; if(mName==6) Month="Juni"; if(mName==7) Month="Juli"; if(mName==8) Month="August"; if(mName==9) Month="September"; if(mName==10) Month="Oktober"; if(mName==11) Month="November"; if(mName==12) Month="Dezember"; // String to display current date. var todaysDate =(" " + Day + ", " + dayNr + ". " + Month + " " + yr); document.open(); document.write("
" + todaysDate + "
"); // Hier kannst Du das Aussehen �ndern! }