function bookMark() 
{
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))
	{
		window.external.AddFavorite (window.location,document.title);
	}
	else 
	{
		var strMessage = "Don't forget to bookmark us!";
		if (navigator.appName == "Netscape") 
		{
			strMessage += " (CTRL-D)";
		}
		alert(strMessage);
	}
}

function popMap(x, y)
{
	window.open(x,y,'status=no,resizable=yes,scrollbars=yes,width=448,height=364');
}

function popPic(x, y)
{
	window.open(x,y,'status=no,resizable=yes,scrollbars=yes,width=640,height=480');
}

function popWin(x, y)
{
	window.open(x,y,'status=no,resizable=yes,scrollbars=yes,width=750,height=600');
}

function colorLink(src,col){	if (col == 0) 	{		src.className = 'LinkOnFocus'	}	else 	{		src.className = 'LinkOffFocus'	}}

