document.write('This website is best ');
document.write('viewed with Microsoft Internet Explorer 5.5+ or Mozilla Firefox 1.0+ in ');
document.write('1024x768 resolution. <BR>You are currently using <FONT color=#ff9900><strong>');


			<!-- Begin
			var useragent = navigator.userAgent;
			
			
			
			if(typeof(BrowserDetect) == "undefined")
			{
			    var bName = (useragent.indexOf('Opera') > -1) ? 'Opera' : navigator.appName;
			    var pos = useragent.indexOf('MSIE');
			    if (pos > -1)
			    {
				    bVer = useragent.substring(pos + 5);
				    var pos = bVer.indexOf(';');
				    var bVer = bVer.substring(0,pos);
			    }
			    var pos = useragent.indexOf('Opera');
			    if (pos > -1)
			    {
				    bVer = useragent.substring(pos + 6);
				    var pos = bVer.indexOf(' ');
				    var bVer = bVer.substring(0, pos);
			    }
			    if (bName == "Netscape") 
			    {
				    var bVer = useragent.substring(8);
				    var pos = bVer.indexOf(' ');
				    var bVer = bVer.substring(0, pos);
			    }
			    if (bName == "Netscape" && parseInt(navigator.appVersion) >= 5)
			    {
				    var pos = useragent.lastIndexOf('/');
				    var bVer = useragent.substring(pos + 1);
			    }
			    document.writeln(bName);
			    document.writeln(bVer);    
			}
			else
			{
			    document.writeln(BrowserDetect.browser);
			    document.writeln(BrowserDetect.version);
			}
			
            document.write('</strong></FONT> in <FONT color=#ff9900><strong>');
			<!-- window.onerror=null;
			monRes = window.screen.width;
			monRes += "x";
			monRes += window.screen.height;
			window.document.write(monRes);
			// -->
            document.write('</strong></FONT> resolution.');