function addToFavorite()
{
	if(navigator.appName=="Netscape")
	{
		alert("Please press ^D (CTRL-D) to bookmark this page");
	}
	else
	{
		if(parseInt(navigator.appVersion)>3)
		{
			var dtitle=document.title.toString();
			if(dtitle=="")
			{
				dtitle="Globalchems.com - Make Global Chemical Trade Easy";
			}
		
			window.external.AddFavorite(document.location,dtitle);				
		
		}
	}
}

function HomepageNS()
{
alert("Please Drag the link onto your Home button to make this your Home Page.");
}
