document.write('<div id="menu">');
document.write('<ul>');
if (opcion == 'opcion_visita')
{
document.write('<li><a href="#" style="background-color:#f9db18;font-weight:bold;" title="Vis&iacute;tanos">Vis&iacute;tanos</a></li>'); 
}
else
{
document.write('<li><a href="delmuseo1.shtml" title="Vis&iacute;tanos">Vis&iacute;tanos</a></li>'); 
}



if (opcion == 'opcion_palacioexpo') 
{
document.write('<li><a href="#" style="padding-left:17px;text-indent:0px;background-color:#f9db18;height:35px;font-weight:bold;" title="Palacio de la Exposici&oacute;n">Palacio de la Exposici&oacute;n</a></li>');
}
else
{
document.write('<li><a href="delmuseo6.shtml" style="padding-left:17px;text-indent:0px;height:35px;" title="Palacio de la Exposici&oacute;n">Palacio de la Exposici&oacute;n</a></li>');
}



if (opcion == 'opcion_mision') 
{
document.write('<li><a href="#" style="background-color:#f9db18;font-weight:bold;" title="Misi&oacute;n y visi&oacute;n">Misi&oacute;n y visi&oacute;n</a></li>');
}
else
{
document.write('<li><a href="delmuseo2.shtml" title="Misi&oacute;n y visi&oacute;n">Misi&oacute;n y visi&oacute;n</a></li>');
}

if (opcion=='opcion_directorio' || opcion=='opcion_consejo' || opcion=='opcion_presidentes' || opcion=='opcion_miembros')
{
document.write('<li><a href="#" style="background-color:#f9db18;font-weight:bold;" title="Organizaci&oacute;n">Organizaci&oacute;n</a></li>');


document.write('<div id=submenu>');
document.write('<span class="a">-</span>');
if (opcion=='opcion_directorio')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;">Directorio</a></span>');
}else{
document.write('<span class="b"><a href="delmuseo31.shtml">Directorio</a></span>');
}
document.write('<span class="a">-</span>');
if (opcion=='opcion_consejo')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;">Consejo Directivo</a></span>');
}else{
document.write('<span class="b"><a href="delmuseo32.shtml">Consejo Directivo</a></span>');
}		
document.write('<span class="a">-</span>');
if (opcion=='opcion_presidentes')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;">Presidentes</a></span>');
}else{
document.write('<span class="b"><a href="delmuseo33.shtml">Presidentes</a></span>');
}
document.write('<span class="a">-</span>');
if (opcion=='opcion_miembros')
{
document.write('<span class="b"><a href="#" style="line-height:14px;text-decoration:underline;">Miembros de la asamblea</a></span>');
}else{
document.write('<span class="b" style="line-height:14px;"><a href="delmuseo34.shtml">Miembros de la asamblea</a></span>');
}
document.write('</div>');

}
else
{
document.write('<li><a href="delmuseo31.shtml" title="Organizaci&oacute;n">Organizaci&oacute;n</a></li>');
}

if (opcion == 'opcion_patron' || opcion == 'opcion_miembrosf' || opcion == 'opcion_palacio') 
{
document.write('<li><a href="#" style="background-color:#f9db18;font-weight:bold;" title="Historia">Historia</a></li>'); 

document.write('<div id=submenu>');
document.write('<span class="a">-</span>');
if (opcion == 'opcion_patron') 
{
document.write('<span class="b"><a href="#" style="line-height:14px;text-decoration:underline;">Patronato de las Artes</a></span>');
}else{
document.write('<span class="b" style="line-height:14px;"><a href="delmuseo41.shtml">Patronato de las Artes</a></span>');
}
document.write('<br><span class="a">-</span>');
if (opcion == 'opcion_miembrosf') 
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;">Los fundadores</a></span>');
}else{
document.write('<span class="b"><a href="delmuseo42.shtml">Los fundadores</a></span>');
}

/*document.write('<span class="a">-</span>');
if (opcion == 'opcion_palacio') 
{
document.write('<span class="b"><a href="#" style="line-height:14px;text-decoration:underline;">Palacio de la Exposici&oacute;n</a></span>');
}else{
document.write('<span class="b"><a href="delmuseo43.shtml" style="line-height:14px;">Palacio de la Exposici&oacute;n</a></span>');
}*/
document.write('</div>');
}
else
{
document.write('<li><a href="delmuseo41.shtml" title="Historia">Historia</a></li>');
}


if (opcion == 'opcion_transparencia') 
{
document.write('<li><a href="#" style="background-color:#f9db18;font-weight:bold;" title="Transparencia">Transparencia</a></li>');
}
else
{
document.write('<li><a href="delmuseo5.shtml" title="Transparencia">Transparencia</a></li>');
}

document.write('</ul>');
document.write('</div>');