|

if (typeof(theSitetree) != 'undefined') { if (typeof(theTemplate) != 'undefined' && theTemplate.hasFlashNavigation == "true") { document.body.style.backgroundColor='#' +theTemplate.contentBGColor ; } if (window == window.top || parent.document.location.href.indexOf("main.html") == -1) { if (typeof(theTemplate) != 'undefined' && theTemplate.hasFlashNavigation == "true") { document.body.style.backgroundColor='#' +theTemplate.contentBGColor ; document.location.replace( __path_prefix__ + "/main.html?src=" + jencode(document.location)); } } } document.write(""); function email_doOnsubmit(theForm) { if (theForm.name && theForm.name.value == "" && theForm.name.getAttribute("required") != "false" ) { alert("Please enter a name!"); return false; } if (theForm.email && theForm.email.value == "" && theForm.email.getAttribute("required") != "false") { alert("Please enter an e-mail address!"); return false; } if ( theForm.vorname && theForm.vorname.value == "" && theForm.vorname.getAttribute("required")== "true" ) { alert("Please enter a first name!"); return false; } if ( theForm.strasse && theForm.strasse.value == "" && theForm.strasse.getAttribute("required")== "true" ) { alert("Please enter a street!"); return false; } if ( theForm.ort && theForm.ort.value == "" && theForm.ort.getAttribute("required")== "true" ) { alert("Please enter a city!"); return false; } if ( theForm.plz && theForm.plz.value == "" && theForm.plz.getAttribute("required")== "true" ) { alert("Please enter a ZIP Code!"); return false; } if ( theForm.bundesland && theForm.bundesland.value == "" && theForm.bundesland.getAttribute("required")== "true" ) { alert("Please enter a State!"); return false; } if ( theForm.land && theForm.land.value == "" && theForm.land.getAttribute("required")== "true" ) { alert("Please enter a country!"); return false; } if ( theForm.tel && theForm.tel.value == "" && theForm.tel.getAttribute("required")== "true" ) { alert("Please enter a telephone number!"); return false; } if ( theForm.fax && theForm.fax.value == "" && theForm.fax.getAttribute("required")== "true" ) { alert("Please enter a fax number!"); return false; } if ( theForm.kommentar && theForm.kommentar.value == "" && theForm.kommentar.getAttribute("required")== "true" ) { alert("Please enter a comment!"); return false; } theForm.redirect.value = __path_prefix__ + theSitetree.getHREF(6069) + "?" + URL.getSessionString(); theForm.referrer.value = document.location.href; return true; }
| |