function iespt()
{
	if (navigator.appName.indexOf("Internet Explorer") == -1)	// not IE
		return;

	var hb;
	if (typeof(top.home_base) == "undefined")
		hb = opener.top.home_base;
	else
		hb = top.home_base;

	with (document)
	{
		writeln("<p><font size=\"5\" color=\"red\">");
		writeln("Chime in <b>Internet Explorer</b> has serious bugs affecting");
		writeln("command script files, and the use of a Project Folder.");
		writeln("Here are");
		writeln("<a href=\"" + hb + "iespt.htm\" target=\"iesptwin\">");
		writeln("instructions for working around some of these limitations</a>.");
		writeln("</font><p>");
	}
}
