if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

		var url="http://www.amartechindia.com";
		var title="Amartech Convergence - Web, Software, Design Solutions";

		document.write('<A HREF="javascript:window.ext');
		document.write('ernal.AddFavorite(url,title);" ');
		document.write('onMouseOver=" window.status=');
		document.write("'Bookmark this page'; return true ");
		document.write('"onMouseOut=" window.status=');
		document.write("' '; return true ");
		document.write('"><img src="images/buttons/bookmark.gif" id="bookmark" border="0"></a>');
		}
		else {
		var msg = "Click Ctrl-D to Bookmark this Page";
		if(navigator.appName == "Netscape") msg;
		document.write('<font class="orange"><b>'+msg+'</font>');
		}