function tabbarSiba() { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); //# document.write('
'); document.write(''); if (document.forms[0].tabbar_current.value == "12") { document.write('Startseite'); } else { document.write('Startseite'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "9") { document.write('Sicherheitsbarometer'); } else { document.write('Sicherheitsbarometer'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "10") { document.write('Uni Lüneburg'); } else { document.write('Uni Lüneburg'); } document.write('');document.write(''); document.write(''); if (document.forms[0].tabbar_current.value == "11") { document.write('Presse-Center'); } else { document.write('Presse-Center'); } 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 } }