\n');
}
if ( !FlashMode )window.open("http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=English");
//para el fscommand
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function menu_01_DoFSCommand(command, args) {
var menu_01Obj = InternetExplorer ? menu_01 : document.menu_01;
if(command == "abrenoticias"){
abrenoticias(args);
}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1){
document.write(' \n');
}
//frame de noticias
function abrenoticias(idioma){
if(document.frames("ifnoticias")){
tam_frame();
document.all.ifnoticias.style.visibility = "visible";
}
}
function tam_frame(){
horzTam = window.screen.width / 3;
vertTam = window.screen.height / 6;
vertPos = window.screen.height / 1.5;
horzPos = window.screen.width / 10;
document.all.ifnoticias.style.width = horzTam;
document.all.ifnoticias.style.height = vertTam;
document.all.ifnoticias.style.top = vertPos;
document.all.ifnoticias.style.left = horzPos;
}
function maximiza(){
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight