var bookmarkurl="http://www.italyhabitat.com"
var bookmarktitle="Italyhabitat"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
alert("Bookmark added");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}