function say_gecko_manual()
{
	if (isGecko)
	{
		var msg = "<p>You are using the ";
		if (thisBrowser == "ns7")
			msg += "<big><b>Netscape 7</b></big> ";
		if (thisBrowser == "moz")
			msg += "<big><b>Mozilla</b></big> ";
		if (thisBrowser == "ff")
			msg += "<big><b>Firefox</b></big> ";

		msg += 
"browser. This browser requires \
<font color='red'><big><b>manual installation of Chime:</b></big></font>. \
here are <a href='chiminst.htm'><b>INSTRUCTIONS</b></a>.";

		document.writeln(msg);
	}
}
