var bookmarkurl="http://www.shoeshineexpress.com/"
var bookmarktitle="ShoeShineExpress.com"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function jumpto(form) {
       var myindex=form.destination.selectedIndex
       window.open(form.destination.options[myindex].value,
        target="_top");
}