jQuery(function(){    
    
    // Liens slide
    $("#entete_tdcmx").click(function(){
        //self.location.href = "/html/en/products/clearspectrum/fiche.php?p=29";
        self.location.href = "/html/en/products/clearspectrum/tunable-dispersion-compensators.php";
        return false;
    });
    $("#entete_dcmx").click(function(){
        //self.location.href = "/html/en/products/clearspectrum/fiche.php?p=1";
        self.location.href = "/html/en/products/clearspectrum/static-dispersion-compensators.php";
        return false;
    });
    $("#entete_nll").click(function(){
        //self.location.href = "/html/en/products/purespectrum/fiche.php?p=9";
        self.location.href = "/html/en/products/purespectrum/index.php";
        return false;
    });
    $("#entete_hpr").click(function(){
        //self.location.href = "/html/en/products/powerspectrum/fiche.php?p=18";
        self.location.href = "/html/en/products/powerspectrum/index.php";
        return false;
    });
    
    $("#q").DefaultValue("Search");
});