var bookmarkurl="http://www.toque-blanche.net";
var bookmarktitle="Toque Blanche - Logiciel";
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}