<!--

var htmlMenu = "";



if (location.href.toLowerCase().indexOf("about") != -1){

htmlMenu += '<span id="leftMenu">';

htmlMenu += '<div><a href="'+ locvar +'./about-locations.html" subbutton="about-locations">Kontorer</a></div>';

htmlMenu += '<div><a href="'+ locvar +'./about-contact.html" subbutton="about-contact">Kontakt Os</a></div>';

htmlMenu += '<div><a href="'+ locvar +'./careers.html" subbutton="careers">Karriere</a></div>';

htmlMenu += '</span>';

document.write(htmlMenu);


}

else if (location.href.toLowerCase().indexOf("services") != -1){

htmlMenu += '<span id="leftMenu">';

htmlMenu += '<div><a href="'+ locvar +'outrider-services.html" subbutton="outrider-services">Services</a></div>';

htmlMenu += '<div class="subbutton"><a href="'+ locvar +'outrider-services.html#os" sbutton="press-releases">SEO</a></div>';

htmlMenu += '<div class="subbutton"><a href="'+ locvar +'outrider-services.html#ps" sbutton="press-news">SEM</a></div>';

htmlMenu += '</span>';

document.write(htmlMenu);

}

else if (location.href.toLowerCase().indexOf("clients") != -1){

htmlMenu += '<span id="leftMenu">';

htmlMenu += '<div><a href="'+ locvar +'outrider-clients.html" subbutton="outrider-clients">Kunde</a></div>';

htmlMenu += '</span>';

document.write(htmlMenu);

}

else if (location.href.toLowerCase().indexOf("library") != -1){

htmlMenu += '<span id="leftMenu">';

htmlMenu += '<div><a href="'+ locvar +'library-povs.html" subbutton="library-povs">Point of View Articles</a></div>';

htmlMenu += '<div><a href="'+ locvar +'library-white-papers.html" subbutton="library-white-papers">White Papers</a></div>';

htmlMenu += '<div><a href="'+ locvar +'library-case-studies.html" subbutton="library-case-studies">Case Studies</a></div>';

htmlMenu += '<div><a href="'+ locvar +'about-press-articles.html" subbutton="library-search-articles"><i>Search Insider</i> Articles</a></div>';

htmlMenu += '</span>';

document.write(htmlMenu);

}

else {

htmlMenu += '<span id="leftMenu">';

htmlMenu += '<div><a href="'+ locvar +'outrider-privacy.html" subbutton="outrider-privacy">Privacy</a></div>';

htmlMenu += '<div><a href="'+ locvar +'outrider-terms.html" subbutton="outrider-terms">Terms and Conditions</a></div>';

htmlMenu += '<div><a href="'+ locvar +'outrider-sitemap.html" subbutton="outrider-sitemap">Sitemap</a></div>';

htmlMenu += '</span>';

document.write(htmlMenu);

}





//-->