




var a1="'Image1','','../../_imagen/btn_acercade_empresa_on.jpg',1";
var a2="'Image2','','../../_imagen/btn_acercade_equipo_on.jpg',1";

var b1="../../_imagen/btn_acercade_empresa_off.jpg";    
var b2="../../_imagen/btn_acercade_equipo_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");
}

/*<!------ 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="135"><a href="../empresa/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a1 + ')"><img src=' + b1 + ' name="Image1" width="135" height="32" border="0" alt="Nuestra empresa"></a></td>');
document.write('           <td width="135"><a href="../equipo/index.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('      + a2 + ')"><img src=' + b2 + ' name="Image2" width="135" height="32" border="0" alt="Equipo directivo"></a></td>');
document.write('           <td width="465"><img src="../../_imagen/btn_acercade_vacio.jpg" width="485" height="1"></td>');
document.write('         </tr>');
document.write('      </table></td>');
document.write('    </tr>');
document.write('</TBODY>');
document.write('</TABLE>');


/*<!------ Tabla OPCIONES DEL MENÚ -- FINAL--->*/