function popup() {
        // ouvre une fenetre sans barre d'etat, ni d'ascenceur
        window.open("http://www.boutika.net/download.htm",'Telecharger','width=780,height=650,toolbar=no,scrollbars=yes');
}

