function checkMenuBg(){
    if(window.location.href.search('new-products.php') != '-1'){
        document.getElementById('newProductsPhp').style.background = '#e10170';
        document.getElementById('newProductsPhp').onmouseout = '';
    }
    if(window.location.href.search('best-sales.php') != '-1'){
        document.getElementById('bestSalesPhp').style.background = '#e10170';
        document.getElementById('bestSalesPhp').onmouseout = '';
    }
    
    var image = "url(http://www.fungadgets.se/img/headerMenuBgActive.jpg)";
    if(document.getElementById('http://www.fungadgets.se/content/3-kopvillkor').id == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/3-kopvillkor').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/3-kopvillkor').onmouseout = '';
    }
    if(document.getElementById('http://www.fungadgets.se/content/8-om-fungadgetss').id == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/8-om-fungadgetss').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/8-om-fungadgetss').onmouseout = '';
    }
    if('http://www.fungadgets.se/contact-form.php' == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/11-kontaktaoss').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/11-kontaktaoss').onmouseout = '';
    }
    if(document.getElementById('http://www.fungadgets.se/content/12-bloggen').id == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/12-bloggen').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/12-bloggen').onmouseout = '';
    }
    if(document.getElementById('http://www.fungadgets.se/content/13-blogga-om-oss').id == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/13-blogga-om-oss').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/13-blogga-om-oss').onmouseout = '';
    }
    if('http://www.fungadgets.se' == window.location.href || 'www.fungadgets.se' == window.location.href || 'http://www.fungadgets.se/' == window.location.href){
        document.getElementById('http://www.fungadgets.se/content/1-startsida').style.backgroundImage = image;
        document.getElementById('http://www.fungadgets.se/content/1-startsida').onmouseout = '';
    }
    
}




