function bookmark(url,str){
   if(str=='')str=url;
   if (document.all)window.external.AddFavorite(url,str);
   else alert('Press CTRL - D in order to add this page to your favourites:\n"'+url+'".');
}