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

var bookmarkurl="http://www.tourism-network.net/main/index.php"
var bookmarktitle="The National Black Tourism Network"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}