var bookmarkurl="index.html"
var bookmarktitle="Lyftkontoret Munck AB"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
