function tabbarAkademie() { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); //# document.write('
'); document.write(''); if (document.forms[0].tabbar_current.value == "21") { document.write('Startseite'); } else { document.write('Startseite'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "22") { document.write('ELVIA Akademie'); } else { document.write('ELVIA Akademie'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "23") { document.write('Akademie PLUS'); } else { document.write('Akademie PLUS'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "24") { document.write('Trainments'); } else { document.write('Trainments'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "25") { document.write('Anmeldung'); } else { document.write('Anmeldung'); } 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 } }