/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info

var bookmarkurl="http://www.malcolmhanson.co.uk/"
var bookmarktitle="Malcolm Hanson"

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



// Function to display warning when Brochure is clicked
// ==============================================================

function warningMsg() {	
	alert("Adobe Acrobat Reader is required to read this article. If it does not open, please click the Adobe logo in the left-hand margin to download it for free");	
}
