






var a1="'Image1','','../../_imagen/btn_soluciones_gestion_on.jpg',1";
var a2="'Image2','','../../_imagen/btn_soluciones_digital_on.jpg',1";
var a3="'Image3','','../../_imagen/btn_soluciones_control_on.jpg',1";
var a4="'Image4','','../../_imagen/btn_soluciones_localiza_on.jpg',1";
var a5="'Image5','','../../_imagen/btn_soluciones_radar_on.jpg',1";
var a6="'Image6','','../../_imagen/btn_soluciones_incend_on.jpg',1";
var a7="'Image7','','../../_imagen/btn_soluciones_servicio_on.jpg',1";

var b1="../../_imagen/btn_soluciones_gestion_off.jpg";
var b2="../../_imagen/btn_soluciones_digital_off.jpg";
var b3="../../_imagen/btn_soluciones_control_off.jpg";
var b4="../../_imagen/btn_soluciones_localiza_off.jpg";
var b5="../../_imagen/btn_soluciones_radar_off.jpg";
var b6="../../_imagen/btn_soluciones_incend_off.jpg";
var b7="../../_imagen/btn_soluciones_servicio_off.jpg";

/*alert("opc = " + opc);*/

if(opc==1){ 
/*a1=a1.replace("_on","_off"); */
b1=b1.replace("_off","_on");
}
if(opc==2){
/*a2=a2.replace("_on","_off"); */
b2=b2.replace("_off","_on");
}
if(opc==3){ 
/*a3=a3.replace("_on","_off"); */
b3=b3.replace("_off","_on");
}
if(opc==4){ 
/*a4=a4.replace("_on","_off"); */
b4=b4.replace("_off","_on");
}
if(opc==5){ 
/*a5=a5.replace("_on","_off"); */
b5=b5.replace("_off","_on");
}
if(opc==6){ 
/*a6=a6.replace("_on","_off"); */
b6=b6.replace("_off","_on");
}
if(opc==7){ 
/*a7=a7.replace("_on","_off"); */
b7=b7.replace("_off","_on");
}

/*<!------ Tabla OPCIONES DEL MENÚ -- INICIO--->*/
document.write('<TABLE width="760" height="34" border="2" cellpadding="0" cellspacing="0">');
document.write('<TBODY>'); 
document.write('  <tr>');
document.write('    <td width="760" bgcolor="#D7D7D7">');
document.write('       <table width="754" height="32" border="0" cellpadding="0" cellspacing="0">');
document.write('         <tr>');
document.write('           <td width="109"><a href="../gestion/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a1 + ')"><img src=' + b1 + ' name="Image1" width="109" height="32" border="0" alt="Gestión Integrada de Serguridad"></a></td>');
document.write('           <td width="136"><a href="../digital/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a2 + ')"><img src=' + b2 + ' name="Image2" width="136" height="32" border="0" alt="Digital Video Manager (DVM)"></a></td>');
document.write('           <td width="75"><a href="../control/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('       + a3 + ')"><img src=' + b3 + ' name="Image3" width="75" height="32" border="0" alt="Control de Accesos e Intrusión (Temaline)"></a></td>');
document.write('           <td width="106"><a href="../localizacion/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(' + a4 + ')"><img src=' + b4 + ' name="Image4" width="106" height="32" border="0" alt="Localización y protección de bienes personales (Asset Locator)"></a></td>');
document.write('           <td width="90"><a href="../radar/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('         + a5 + ')"><img src=' + b5 + ' name="Image5" width="90" height="32" border="0" alt="Radar Video Surveillance"></a></td>');
document.write('           <td width="76"><a href="../incendios/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('     + a6 + ')"><img src=' + b6 + ' name="Image6" width="76" height="32" border="0" alt="Soluciones de protección contra Incendios"></a></td>');
document.write('           <td width="60"><a href="../servicios/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('     + a7 + ')"><img src=' + b7 + ' name="Image7" width="60" height="32" border="0" alt="Servicios"></a></td>');
document.write('           <td width="102"><img src="../../_imagen/btn_soluciones_vacio.jpg" width="100" height="32"></td>');
document.write('         </tr>');
document.write('      </table></td>');
document.write('    </tr>');
document.write('</TBODY>');
document.write('</TABLE>');


/*<!------ Tabla OPCIONES DEL MENÚ -- FINAL--->*/