var bookmarkurl="http://www.synchro-communications.com"
var bookmarktitle="Synchro Communications"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}