display();

function display() {

if (navigator.appName != "Microsoft Internet Explorer" || (window.screen.width != "800" && window.screen.height != "600")) {

setup='scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,top=0,left=0,width=350,height=260'

setup += 'scrollbars=yes,resizable=no'
pop = window.open ("","pop",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
pop.document.write('INFORMATION | INFORMACIÓN');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",50000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
pop.document.write('<body bgcolor=#FFFF80>');
pop.document.write('<center><h4>You are using the ' + navigator.appName + ' Browser, ver ' + navigator.appVersion + '. </h4></center>');
pop.document.write('<center><h4>Your screen size is ' + window.screen.width + 'x' + window.screen.height + ' pixels. </h4></center>');
pop.document.write('<center><h4>This Web Site is best viewed with Microsoft Internet Explorer 4.0 and higher.</h4></center>');
pop.document.write('<center><h4>And a screen size of 800x600 pixels.<A HREF="utils/browserInfo_en.htm#Begin" TARGET="_top">Help!</a></h4></center>');
pop.document.write('<center><h4>Please wait, page loads in 2 to 3 minutes.</h4></center>');
pop.document.write('</body>');
pop.document.write('</html>');
}
}
