
if (window.location.href.toUpperCase().indexOf(".ASPX",0)>0)
 ruta="../";
else
	if (window.location.href.toUpperCase().indexOf(".ASP",0)>0)
		ruta="../../";
	else
		ruta="";
document.write('<table class=left border="0" height="100%" width="100%" cellpadding="0" cellspacing="0">');
document.write('  <tr>');
document.write('    <td width="1"><img src="' + ruta + 'imagenes/b-inst-of.gif" alt="" name="menu0" id="menu0" width="160" height="26" border="0" onMouseOver="showMenu(event)" onMouseOut="hideMenu(event)"><br>');
document.write('    <img src="' + ruta + 'imagenes/b-prod-of.gif" alt="" name="menu1" id="menu1" width="160" height="26" border="0" onMouseOver="showMenu(event)" onMouseOut="hideMenu(event)"><br>');
document.write('    <img src="' + ruta + 'imagenes/b-sist-of.gif" alt="" name="menu2" id="menu2" width="160" height="26" border="0" onMouseOver="showMenu(event)" onMouseOut="hideMenu(event)"><br>');    
document.write('    <img src="' + ruta + 'imagenes/b-dic-of.gif" alt="" name="menu3" id="menu3" width="160" height="26" border="0" onMouseOver="showMenu(event)" onMouseOut="hideMenu(event)"><br>');
document.write('    <img src="' + ruta + 'imagenes/b-coti-of.gif" width="160" height="26" name="menu4" id="menu4" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><br>');
document.write('    <img src="' + ruta + 'imagenes/b-info-of.gif" alt="" name="menu5" id="menu5" width="160" height="26" border="0" onMouseOver="showMenu(event)" onMouseOut="hideMenu(event)"></td>');
document.write('  </tr>');
document.write('  <tr><td height="99%" class="under-left"><div id="News" style="position: Relative; top:10;width:133px;left:10;height:110px" class="scroll">');
if (window.location.href.toUpperCase().indexOf("INDEX.ASPX",0)>0)
	document.write(ticker.div);
document.write(' </div><img src="' + ruta + 'imagenes/_pixeltrans.gif" alt="" width="160" height="10" border="0"></td></tr>');
document.write('</table>');
