var links = new Array('https://www.professionnels.secure.societegenerale.fr/EIOHomePage/1,,,00.html',
                       'http://www.lhotellerie.fr/',
                       'http://www.creditlyonnais.com/',
                       'http://www.dubofranceinventaire.fr/',
                       'http://www.mdpixel.com/',
                       'http://www.mdpixel.com/creation-de-site-internet.php'
                       );
                       
function go_to_link(num_link)
{
    window.location.href=links[num_link];
    return false;
}