/* Bookmark Javascript for Datech Computers in main.html*/
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://datech.com.au/default.html"
var bookmarktitle="Datech Computers"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

