function selectHosting()
{
    selectReset();
    document.getElementById('nHPMitWH').style.background='url(/staticImg/bnHP/mi_active_wh.jpg)'
    
    $("#nHPnContHosting").fadeIn("slow");
}

function selectDomains()
{
    selectReset();
    document.getElementById('nHPMitDN').style.background='url(/staticImg/bnHP/mi_active_dn.jpg)' 
    
    $("#nHPnContDomains").fadeIn("slow");

    document.domainSearch.sld.focus();
}

function selectGuarantee()
{
    selectReset();
    document.getElementById('nHPMitOG').style.background='url(/staticImg/bnHP/mi_active_og.jpg)'
   
    $("#nHPnContGuar").fadeIn("slow");
}

function selectOffers()
{
    selectReset();
    document.getElementById('nHPMitSO').style.background='url(/staticImg/bnHP/mi_active_so.jpg)'
    
    $("#nHPnContOffers").fadeIn("slow");
}

function selectWhyB()
{
    selectReset();
    document.getElementById('nHPMitYB').style.background='url(/staticImg/bnHP/mi_active_yb.jpg)'
    
    $("#nHPnContWhy").fadeIn("slow");
}

function selectReset()
{

    document.getElementById("nHPnContDefault").style.display = "none";
    document.getElementById("nHPnContHosting").style.display = "none";
    document.getElementById("nHPnContDomains").style.display = "none";
    document.getElementById("nHPnContGuar").style.display = "none";
    document.getElementById("nHPnContOffers").style.display = "none";
    document.getElementById("nHPnContWhy").style.display = "none";
    
    document.getElementById('nHPMitWH').style.background='url(/staticImg/bnHP/mi_off_wh.jpg)';
    document.getElementById('nHPMitDN').style.background='url(/staticImg/bnHP/mi_off_dn.jpg)';
    document.getElementById('nHPMitOG').style.background='url(/staticImg/bnHP/mi_off_og.jpg)';
    document.getElementById('nHPMitSO').style.background='url(/staticImg/bnHP/mi_off_so.jpg)';
    document.getElementById('nHPMitYB').style.background='url(/staticImg/bnHP/mi_off_yb.jpg)';
}
