﻿function setBookmark(url,str)
{if(str==''){str=url;}
if(document.all){window.external.AddFavorite(url,str);}
else{alert('Press CTRL (or Command Key on Apple Macs) and D to add a bookmark to:\n"'+url+'".');}}
