var URL = document.URL;
var tab_URL = URL.split("?");

var tab_2 = tab_URL[0].split("/");
var fichier = tab_2[(tab_2.length - 1)];

if (fichier=='patchwork.htm') {
    if (tab_URL[1]) {
        var tab_1 = tab_URL[1].split("=");
    
        if (tab_1[1]=="housses") {
            show_hide('upregion_', 'whiteregion_', 6, 2, '', 'tabcontent');
        }
    
        if (tab_1[1]=="parures") {
            show_hide('upregion_', 'whiteregion_', 6, 3, '', 'tabcontent');
        }
        
        if (tab_1[1]=="accessoires") {
            show_hide('upregion_', 'whiteregion_', 6, 4, '', 'tabcontent');
        }
    
        if (tab_1[1]=="bebe") {
            show_hide('upregion_', 'whiteregion_', 6, 5, '', 'tabcontent');
        }
    
        if (tab_1[1]=="plaids") {
            show_hide('upregion_', 'whiteregion_', 6, 5, '', 'tabcontent');
        }
    
        if (tab_1[1]=="catalogue") {
            show_hide('upregion_', 'whiteregion_', 6, 6, '', 'tabcontent');
        }
    }
}

if (fichier=='boutis.htm') {
    if (tab_URL[1]) {
        var tab_1 = tab_URL[1].split("=");
    
        if (tab_1[1]=="plaids") {
            show_hide('upregion_', 'whiteregion_', 6, 2, '', 'tabcontent');
        }
    
        if (tab_1[1]=="divers") {
            show_hide('upregion_', 'whiteregion_', 6, 3, '', 'tabcontent');
        }
    }
}