function tabbarFremd() { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); //# document.write('
'); document.write(''); if (document.forms[0].tabbar_current.value == "8") { document.write('Startseite'); } else { document.write('Staretseite'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "5") { document.write('Tourismus-Organisationen'); } else { document.write('Tourismus-Organisationen'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "7") { document.write('Gäste'); } else { document.write('Gäste'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "6") { document.write('Beherbergungs-Betriebe'); } else { document.write('Beherbergungs-Betriebe'); } document.write('');document.write('
'); } function isCurrent(sUrl) { currentUrl = document.location.href; currentPath = currentUrl.substr(0,currentUrl.lastIndexOf('/')+1); sUrlPath = sUrl.substr(0,sUrl.lastIndexOf('/')+1); sStartingFolder = '/aboutus/' if (currentUrl.indexOf(sUrlPath) > 0) { return true } else { return false } }