function addbookmark()
{
bookmarkurl=location.href
bookmarktitle="Martiis Design - Industrial and Automation Consultancy"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


