function testBrowserEnv()
{
	// Disable the cookie test so we can freeze 3.1 for now.  We are having problems with this test on some computers.  (RMG 09-07-07)
	//var val1 = testCookie();
	var val1 = true;

	var val2 = HasFlash(7);
	
	if(val1 == false || val2 == false) 
	{
		get_window_size();
		document.write('<div id="announce" style="position:absolute; top:0px; left:0px; width:500px;"><div class="supportannounce">');
		if (val1 == false) 
		{
			CookiePage();
			document.write('</div></div>');
			moveDivDown(300);
		} 
		else if (val2 == false) 
		{
			document.write('Flash 7.0 or higher is required to use the telephone book library accessible through this web site. ');
			document.write(' Our software has determined that your browser does not meet these requirements.<br><br>');
			document.write('Please click on the <b>Get Adobe Flash Player</b> button below to install your free upgrade.<br><br>');
			document.write('<a href="http://www.macromedia.com/go/getflashplayer/" onclick="window.open(this.href, '+ "'_blank', 'toolbar=yes,location=yes,directories=yes,resizable=yes,scrollbars=yes');"+ ' return false;"><img src="_support/images/get_flashplayer.gif" border="0"></a></td>');
			document.write('<br><br>Please seek help from your system administrator if you are unable to make these changes yourself or email ');
			document.write('<a href="mailto:support@dirxion.com" class="support">support@dirxion.com</a>');
			document.write('<form class="support">');
			document.write('<input class="support" name="buttonName1" type="button" value="Click Here To Reload the Page" onclick="window.location.reload(true)">');
			document.write('</form>');
			document.write('</div></div>');
			moveDivDown(150);
		} 

	}
}