function favourite(){
if (document.all){
window.external.AddFavorite(window.location.href,document.title)
}
else if (window.sidebar){
	window.sidebar.addPanel(document.title,window.location.href,'')
	}
else if (window.opera && window.print){
	CreateBookMarkLink();
	}
else {
alert(companyname + ' Alert:\n\nIt appears you are using a browser other than MS Internet Explorer, Netscape 6+ or Opera.\n\nPlease consult your browser\'s online help system for instructions on adding this page to your favourites.');

}
}