var ie4 = (document.all) ? true : false;
var ns4 = (document.layers) ? true : false;
var ns6 = (document.getElementById && !document.all) ? true : false;

/* var dir_img ="img/"; 
var inf_prehome ="#";
var inf_opcion1 ="#";
var inf_opcion2 ="#";*/

if (ie4){

document.write(
"<DIV ID=izq_menu_2 STYLE=visibility:hidden;position:absolute;left:0px;top:110px;width:170px;z-index:1;>" 
+"<a href=# onmouseover=javascript:limpieza(1,0,'navegacion_2',2); onmouseout=javascript:submenu(4,'navegacion_2',2);>"
+"<table class='bordem2' cellspacing=0 width=100% bgcolor=#FFFFFF cellpadding=0 border=0>"
+"<tr>"
+"<td colspan='5' bgcolor=#6A0C18><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td rowspan=15  width=1><img src=" + dir_img + "sp.gif alt='' width=1 height=1 border=0 ></td>"
+"<td colspan='3' bgcolor=#FFFFFF><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"<td rowspan=15  width=1><img src=" + dir_img + "sp.gif alt='' width=1 height=1 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td><a href="+ inf_prehome + " class=titulo_menu>Información jurídica</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href=" + inf_opcion1 + " class=enlaces>Canal Ciudadano</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion2 + " class=enlaces>Canal Profesional</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion3 + " class=enlaces>Canal Internacional</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion4 + " class=enlaces>Canal Actividad Legislativa</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"</table>"
+"</a>"
+"</DIV>"
);
}

else if (ns6){

document.write(
"<DIV ID=izq_menu_2 STYLE=visibility:hidden;position:absolute;left:0px;top:110px;width:170px;z-index:1;>" 
+"<table class='bordem2' cellspacing=0 width=100% bgcolor=#FFFFFF cellpadding=0 border=0>"
+"<tr>"
+"<td colspan='5' bgcolor=#6A0C18><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td rowspan=38  width=1><img src=" + dir_img + "sp.gif alt='' width=1 height=1 border=0></td>"
+"<td colspan='3' bgcolor=#FFFFFF><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"<td rowspan=38  width=1><img src=" + dir_img + "sp.gif alt='' width=1 height=1 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td><a href=" + inf_prehome + " class=titulo_menu>Información jurídica</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion1 + " class=enlaces>Canal Ciudadano</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href=" + inf_opcion2 + " class=enlaces>Canal Profesional</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=3 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion3 + " class=enlaces>Canal Internacional</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"<tr>"
+"<td align='right' class='enlaces_celda'  onmouseover=this.className='enlaces_celda_onR' onmouseout=this.className='enlaces_celda'><a href="+ inf_opcion4 + " class=enlaces>Canal Actividad Legislativa</a></td>"
+"</tr>"
+"<tr>"
+"<td><img src=" + dir_img + "sp.gif alt='' width=1 height=4 border=0 ></td>"
+"</tr>"
+"</table>"
+"</DIV>"
)
}

