






var a1="'Image1','','../../_imagen/btn_noticias_premio_on.jpg',1";
var a2="'Image2','','../../_imagen/btn_noticias_versiones_on.jpg',1";
var a3="'Image3','','../../_imagen/btn_noticias_case_on.jpg',1";

var b1="../../_imagen/btn_noticias_premio_off.jpg";
var b2="../../_imagen/btn_noticias_versiones_off.jpg";
var b3="../../_imagen/btn_noticias_case_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");
}

/*<!------ 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="782" bgcolor="#D7D7D7">');
document.write('       <table width="754" height="32" border="0" cellpadding="0" cellspacing="0">');
document.write('         <tr>');
document.write('           <td width="150"><a href="../premio_seguritecnia/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a1 + ')"><img src=' + b1 + ' name="Image1" width="150" height="32" border="0" alt="Premio Seguritecnia"></a></td>');
document.write('           <td width="215"><a href="../nuevas_versiones/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a2 + ')"><img src=' + b2 + ' name="Image2" width="215" height="32" border="0" alt="Nuevas versiones de sistemas"></a></td>');
document.write('           <td width="109"><a href="../case_studies/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('       + a3 + ')"><img src=' + b3 + ' name="Image3" width="109" height="32" border="0" alt="Case Studies"></a></td>');
document.write('           <td width="286"><img src="../../_imagen/btn_noticias_vacio.jpg" width="280" height="32"></td>');
document.write('         </tr>');
document.write('      </table></td>');
document.write('    </tr>');
document.write('</TBODY>');
document.write('</TABLE>');


/*<!------ Tabla OPCIONES DEL MENÚ -- FINAL--->*/