var bookmarkurl="index.html"
var bookmarktitle="CDZ SRL"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}