function PopUpS_NoScroll_AZV(seite,breite,hoehe,wb_id) { window.open (seite,'new','scrollbars=no,status=no,width='+breite+',height='+hoehe+',menubar=no,left=50,top=50,location=no,resizable=no,directories=no') } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&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&&iZoom<\/title>"); neu.document.writeln("<\/head><body style=\"margin:0px;\">"); //Falls speichersperre erwünscht, Kommentar weg //neu.document.writeln("<script language=\"JavaScript\">"); //neu.document.writeln("function Position(Ereignis)"); //neu.document.writeln("{"); //neu.document.writeln("alert(\"COPYRIGHT\");"); //neu.document.writeln("}"); //neu.document.writeln("document.onmousedown = Position;"); //neu.document.writeln("<\/script>"); if (alt!='') neu.document.writeln("<img src=\""+bild+"\" alt=\"\" title=\""+alt+"\">"); else neu.document.writeln("<img src=\""+bild+"\" alt=\"\">"); neu.document.writeln("<\/body><\/html>"); neu.document.close(); } function PopUp(seite,breite,hoehe) { window.open (seite,'new','scrollbars=yes,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=no,directories=no') } function CenterPopUpS(seite,format,breite,hoehe) { f2=window.open (seite,format,'scrollbars=no,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=no,directories=no'); f2.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2); f2.focus(); } function ResizeCenterPopUpS(seite,breite,hoehe) { f2=window.open (seite,'new','scrollbars=yes,status=no,width='+breite+',height='+hoehe+'menubar=no,left=50,top=50,location=no,resizable=yes,directories=no'); f2.moveTo((screen.width-breite)/2,(screen.height-hoehe)/2); f2.focus(); } // PopUp-Function (resizable + no scrollbars) function PopUpS_R(seite,breite,hoehe) { window.open (seite,'new','scrollbars=no,status=no,width='+breite+',height='+hoehe+'menubar=no,left=100,top=100,location=no,resizable=yes,directories=no') } // Submit des Formulars fuer Reload // setzen des notwendigen Formularwertes reload auf true function localChange(FormName) { window.document.forms[FormName].reload.value = 'true'; window.document.forms[FormName].send_form.value = '0'; window.document.forms[FormName].submit(); }; // Submit des Formulars // setzen des notwendigen Formularwertes reload auf false function SubmitForm(FormName) { window.document.forms[FormName].reload.value = 'false'; window.document.forms[FormName].send_form.value = '1'; window.document.forms[FormName].submit(); }; // Submit zur Anzeigenerfassung // setzen des hidden-Fields 'i_next_step' mit dem uebergebenen step-Wert function SubmitAdvert(FormName,step) { window.document.forms[FormName].i_next_step.value = step; window.document.forms[FormName].i_reload.value = 'true'; window.document.forms[FormName].submit(); }; // Submit zur Anzeigenerfassung (Schritt zurueck) // setzen des hidden-Fields 'i_next_step' mit dem uebergebenen step-Wert function SubmitAdvertBack(FormName,step) { window.document.forms[FormName].i_next_step.value = step; window.document.forms[FormName].i_reload.value = 'false'; window.document.forms[FormName].submit(); }; // Gallery-PopUp oeffnen function OpenGalleryPopUp(link){ var GalleryPopUp = window.open(link, 'Gallery', 'toolbar=no,scrollbars=no,status=no,menubar=no,location=no,resizable=no,width=700,height=600,left=50,top=50'); if (GalleryPopUp.opener == null) GalleryPopUp.opener = self; GalleryPopUp.focus(); } function ContentPrint(link){ var ContentPrintPopUp = window.open(link, 'ContentPrint', 'toolbar=no,scrollbars=yes,status=no,menubar=no,location=no,resizable=no,width=518,height=600,left=50,top=50'); if (ContentPrintPopUp.opener == null) ContentPrintPopUp.opener = self; ContentPrintPopUp.focus(); } // JavaScript Funktion zur Formularverarbeitung mit XAJAX function xajaxsubmitForm(formname, artikelid, pubid, pageid) { xajax_ArtikelSendFormProcess(xajax.getFormValues(formname), artikelid, pubid, pageid); return false; } // JavaScript Funktion zur Formularverarbeitung mit XAJAX bei Umfrage function xajaxsubmitFormSurvey(formname, surveyid, pubid) { xajax_SurveySendFormProcess(xajax.getFormValues(formname), surveyid, pubid); return false; } function xajax_SurveyResult(surveyid, pubid){ xajax_SurveySendFormProcess(xajax.SurveyResult(surveyid, pubid)); } // Setzen eines Cookies ueber JavaScript // Notwendig fuer Umfrage function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "; path=/" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } // Auslesen des Cookie-Wertes function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } /* if(window.navigator.systemLanguage && !window.navigator.language) { function hoverIE() { var LI = document.getElementById("Navigation").firstChild; do { if (sucheUL(LI.firstChild)) { LI.onmouseover=einblenden; LI.onmouseout=ausblenden; } LI = LI.nextSibling; } while(LI); } function sucheUL(UL) { do { if(UL) UL = UL.nextSibling; if(UL && UL.nodeName == "UL") return UL; } while(UL); return false; } function einblenden() { var UL = sucheUL(this.firstChild); UL.style.display = "block"; UL.style.backgroundColor = "none"; } function ausblenden() { sucheUL(this.firstChild).style.display = "none"; } window.onload=hoverIE; } */