// JavaScript Document
	if( navigator.appName == "Microsoft Internet Explorer")
		{
			document.write("<meta http-equiv='Content-Type' content='text/html; charset=x-user-defined'>");
	}
		else
		{
			document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
	}