if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'"> <span style="font-family:'+hdrFontFamily+';font-size:'+hdrFontSize+';color:'+hdrFontColor+'"><b>'+menuHeader+'</b></span></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><span style="font-family:'+barFontFamily+';font-size:'+barFontSize+';color:'+barFontColor+'"><B>'+tempBar+'</B></span></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><span style="font-family:'+linkFontFamily+';font-size:'+linkFontSize+'"> <A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140"> <span style="font-family:'+hdrFontFamily+';font-size:'+hdrFontSize+';color:'+hdrFontColor+'"><b>'+text+'</b></span></td></tr>')}
addItem('> TopoActualidad', '../index.html', '');
addItem('> TopoServicios', '../servicios.html', '');
addItem('> TopoEmpleos', '../empleos.php', '');
addItem('> TopoEnlaces', '../enlaces.html', '');
addItem('> TopoEquipos', '../equipos.php', '');
addItem('> TopoMercado', '../mercado.html', '');
addHdr('');
addItem('> TopoCapacitación', '../capacitacion.html', '');
addItem('> TopoTeoría', '../teoria.php', '');
addItem('> TopoRelatos', '../relatos.html', '');
addItem('> TopoMujer', '../mujer.html', '');
addItem('> TopoForos', '../foro/index.php', '');
addItem('> TopoAplicaciones', '../aplicaciones.php', '');
addHdr('');
addItem('> TopoGrupo', '../grupo.html', '');
addItem('> TopoContenido', '../contenido.html', '');
addItem('> TopoRecomendado', '../recomendado.php', '');
addItem('> TopoPublicidad', '../publicidad.html', '');
addItem('> TopoLegal', '../legal.html', '');
document.write('<tr><td bgcolor="'+hdrBGColor+'"><span style="font-size:0;font-family:Arial"> </span></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}

var menuskin=0;
var display_url=0;
function showmenuie5(){
var rightedge=document.body.clientWidth-event.clientX;
var bottomedge=document.body.clientHeight-event.clientY;
if (rightedge<ie5menu.offsetWidth)
ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth;
else
ie5menu.style.left=document.body.scrollLeft+event.clientX;
if (bottomedge<ie5menu.offsetHeight)
ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight;
else
ie5menu.style.top=document.body.scrollTop+event.clientY;
ie5menu.style.visibility="visible";
return false;
}
function hidemenuie5(){
ie5menu.style.visibility="hidden";
}
function highlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor="#33B0B4";
event.srcElement.style.color="fafefe";
if (display_url==1)
window.status=event.srcElement.url;
}
}
function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=""
event.srcElement.style.color="fafefe"
window.status=''
}
}
function jumptoie5(){
if (event.srcElement.className=="menuitems"){
if (event.srcElement.getAttribute("target")!=null)
window.open(event.srcElement.url,event.srcElement.getAttribute("target"))
else
window.location=event.srcElement.url
}
}

var head="display:''"
img1=new Image()
img1.src="../images/imagenes/m3.gif"
img2=new Image()
img2.src="../images/imagenes/m1.gif"
img3=new Image()
img3.src="../images/imagenes/m2.gif"

function change(){
if(!document.all)
return
if (event.srcElement.id=="foldheader") {
var srcIndex = event.srcElement.sourceIndex
var nested = document.all[srcIndex+1]
if (nested.style.display=="none") {
nested.style.display=''
event.srcElement.style.listStyleImage="url(../images/imagenes/m1.gif)"
}
else {
nested.style.display="none"
event.srcElement.style.listStyleImage="url(../images/imagenes/m2.gif)"
}
}
}

document.onclick=change