function setBookmark(url,str){
if(str=='')str=url;
if (document.all)window.external.AddFavorite(url,str);
else alert('Press CONTROL+ D to bookmark this page\n"'+url+'".');
} 