document.write('<div id="menu">');
document.write('<ul>');

if (opcion == 'opcion_pres')
{
document.write('<li><a href="#" style="background-color:#f69c22;font-weight:bold;" title="Presentaci&oacute;n">Presentaci&oacute;n</a></li>'); 
}
else
{
document.write('<li><a href="proy1.shtml" title="Presentaci&oacute;n">Presentaci&oacute;n</a></li>'); 
}

if (opcion == 'opcion_etapas')
{
document.write('<li><a href="#" style="background-color:#f69c22;font-weight:bold;" title="Etapas">Etapas</a></li>'); 
}
else
{
document.write('<li><a href="proy3.shtml" title="Etapas">Etapas</a></li>'); 
}

if (opcion == 'opcion_avance')
{
document.write('<li><a href="#" style="background-color:#f69c22;font-weight:bold;" title="Avances">Avances</a></li>'); 
}
else
{
document.write('<li><a href="proy2.shtml" title="Avances">Avances</a></li>'); 
}

document.write('</ul>');
document.write('</div>');