function testBrowserEnv()
{
	var val1 = testCookie();
	var val2 = testFlash();

	if((val1 == true && val2 == true) ? 0:1) {
		get_window_size();
		document.write('<div id="announce" style="position:absolute; top:0px; left:0px; width:200px;"><div id="supportannounce">');
		if (val1 == true) {
			document.write('Please ');
			document.write('<a href="javascript:;" class="support" onClick=o_window("_support/eng/uflash.htm"); return false;>click here</a> ');
			document.write('for important information concerning a required update.');
		} else if (val2 == true) {
			document.write('Please ');
			document.write('<a href="javascript:;" class="support" onClick=o_window("_support/eng/ucookie.htm");>click here</a> ');
			document.write('for information concerning your browser setup.');
		} else {
			document.write('Please ');
			document.write('<a href="javascript:;" class="support" onClick=o_window("_support/eng/uall.htm"); return false;>click here</a> ');
			document.write('for information concerning required updates.');
		}
		document.write('</div></div>');
		moveDivDown();
	}
}