\n');
}
//-->
function despliegaInformacion_DoFSCommand(command, args) {
var despliegaInformacionObj = isInternetExplorer ? document.all.despliegaInformacion : document.despliegaInformacion;
//
// Introduzca su código aquí.
if (command=="muestraInformacion"){
if (document.getElementById("InfoTreeXDiv").style.visibility == "visible"){
document.getElementById("InfoTreeXDiv").style.visibility="hidden"
document.getElementById("BotonInfoTreeXDiv").style.top=0
window.document.despliegaInformacion.TSetProperty("flecha",10,0);
}
else {
document.getElementById("InfoTreeXDiv").style.visibility="visible"
document.getElementById("BotonInfoTreeXDiv").style.top=300
window.document.despliegaInformacion.TSetProperty("flecha",10,180);
}
}
//
}
// Ancla para Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('\n');
}
\n');
}
//-->