<!--// By Dr Salvador M&eacute;ndez "DOC" (you most keep this line) copyrighted.
 function antiIE(){
 if(navigator.appName.indexOf("Netscape") != -1){
 cyber=window.open('index1.html', 'CyberExplorer2', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,maximized=yes');}
 if(navigator.appName.indexOf("Microsoft Internet Explorer") != -1){
 window.open('http://home.netscape.com/download/su1.html', 'NewWindow');}
 }
//-->