document.write('<div id="menu">');
document.write('<ul>');


if (opcion == 'opcion_pres' || opcion=='opcion_cate' || opcion=='opcion_haga' || opcion=='opcion_bene2') 
{
document.write('<li><a href="amigos1.shtml" style="background-color:#009f4d;height:35px;font-weight:bold;text-indent:0px;padding-left:17px;" title="Programa de Amigos del Museo">Programa de Amigos del Museo</a></li>');

document.write('<div id=submenu>');
document.write('<span class="a">-</span>');
if (opcion=='opcion_cate')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Categor&iacute;as">Categor&iacute;as</a></span>');
}else{
document.write('<span class="b"><a href="amigos11.shtml" title="Categor&iacute;as">Categor&iacute;as</a></span>');
}

/*
document.write('<span class="a">-</span>');
if (opcion=='opcion_haga')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="H&aacute;gase Amigo del Museo">H&aacute;gase Amigo del Museo</a></span>');
}else{
document.write('<span class="b"><a href="amigos12.shtml" title="H&aacute;gase Amigo del Museo">H&aacute;gase Amigo del Museo</a></span>');
}
*/

document.write('<span class="a">-</span>');
if (opcion=='opcion_bene2')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Beneficios">Beneficios</a></span>');
}else{
document.write('<span class="b"><a href="amigos13.shtml" title="Beneficios">Beneficios</a></span>');
}


document.write('</div>');

}
else
{
document.write('<li><a href="amigos1.shtml" title="Programa de Amigos del Museo" style="text-indent:0px;height:35px;padding-left:17px;">Programa de Amigos del Museo</a></li>');
}


if (opcion == 'opcion_presrom' ||  opcion=='opcion_bene' || opcion=='opcion_recu' || opcion=='opcion_precu')
{
document.write('<li><a href="amigos2.shtml" style="background-color:#009f4d;font-weight:bold;height:35px;text-indent:0px;padding-left:17px;" title="Recuperando las obras del Museo">Recuperando las obras del Museo</a></li>');

document.write('<div id=submenu>');

document.write('<span class="a">-</span>');
if (opcion=='opcion_bene')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Beneficios">Beneficios</a></span>');
}else{
document.write('<span class="b"><a href="amigos21.shtml" title="Beneficios">Beneficios</a></span>');
}

document.write('<span class="a">-</span>');
if (opcion=='opcion_recu')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Obras recuperadas">Obras recuperadas</a></span>');
}else{
document.write('<span class="b"><a href="amigos22.shtml" title="Obras recuperadas">Obras recuperadas</a></span>');
}

document.write('<span class="a">-</span>');
if (opcion=='opcion_precu')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Obras por recuperar">Obras por recuperar</a></span>');
}else{
document.write('<span class="b"><a href="amigos23.shtml" title="Obras por recuperar">Obras por recuperar</a></span>');
}

document.write('</div>');
}
else
{
document.write('<li><a href="amigos2.shtml" title="Recuperando las <br>obras del Museo " style="height:35px;text-indent:0px;padding-left:17px;">Recuperando las <br>obras del Museo </a></li>');
}

if (opcion == 'opcion_buta' || opcion == 'opcion_butapres' ||  opcion=='opcion_butabene' ) 
{
document.write('<li><a href="amigos3.shtml" style="background-color:#009f4d;font-weight:bold;text-indent:0px;padding-left:17px;" title="Adopta una butaca">Adopta una butaca</a></li>');

document.write('<div id=submenu>');

document.write('<span class="a">-</span>');
if (opcion=='opcion_butapres')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Presentaci&oacute;n">Presentaci&oacute;n</a></span>');
}else{
document.write('<span class="b"><a href="amigos3.shtml" title="Presentaci&oacute;n">Presentaci&oacute;n</a></span>');
}

document.write('<span class="a">-</span>');
if (opcion=='opcion_butabene')
{
document.write('<span class="b"><a href="#" style="text-decoration:underline;" title="Beneficios">Beneficios</a></span>');
}else{
document.write('<span class="b"><a href="amigos31.shtml" title="Beneficios">Beneficios</a></span>');
}
document.write('</div>');

}
else
{
document.write('<li><a href="amigos31.shtml" title="Adopta una butaca" style="text-indent:0px;padding-left:17px;">Adopta una butaca</a></li>');
}



/*
if (opcion == 'opcion_rega') 
{
document.write('<li><a href="amigos3.shtml" style="background-color:#009f4d;height:35px;font-weight:bold;text-indent:0px;padding-left:17px;" title="Regalando educaci&oacute;n">Regalando <br>educaci&oacute;n</a></li>');
}
else
{
document.write('<li><a href="amigos3.shtml" title="Regalando educaci&oacute;n" style="text-indent:0px;height:35px;padding-left:17px;">Regalando <br>educaci&oacute;n</a></li>');
}

if (opcion == 'opcion_progra') 
{
document.write('<li><a href="amigos3.shtml" style="background-color:#009f4d;height:35px;font-weight:bold;text-indent:0px;padding-left:17px;" title="Programa universitario">Programa <br>universitario</a></li>');
}
else
{
document.write('<li><a href="amigos4.shtml" title="Programa universitario" style="text-indent:0px;height:35px;padding-left:17px;">Programa <br>universitario</a></li>');
}
*/
document.write('</ul>');
document.write('</div>');