Viewing file: menu.php (1.78 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function destacar(obj, val)
{
if (val==1)
{
itemOrig = obj.style.backgroundColor;
obj.style.backgroundColor="#999999";
}
else
obj.style.backgroundColor= itemOrig;
}
//-->
</SCRIPT>
<TABLE height=22 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="11%" bgColor=#ffcc00 onMouseover="destacar(this,1)" onMouseout="destacar(this,0)">
<DIV align=center><STRONG><a href="decide.php?patron=01."><font color="#FFFFFF">DAMA</font></a></STRONG></DIV></TD>
<TD width="11%" bgColor=#ff9900 onMouseover="destacar(this,1)" onMouseout="destacar(this,0)">
<DIV align=center><STRONG><a href="decide.php?patron=02."><font color="#FFFFFF">Servicios al Ciudadano </font></a></STRONG></DIV></TD>
<TD width="11%" bgColor=#7eba02 onMouseover="destacar(this,1)" onMouseout="destacar(this,0)">
<DIV align=center><STRONG><a href="decide.php?patron=03."><font color="#FFFFFF">Ambiente</font></a></STRONG></DIV></TD>
<TD width="13%" bgColor=#cc3300 onMouseover="destacar(this,1)" onMouseout="destacar(this,0)">
<DIV align=center><STRONG><a href="decide.php?patron=05."><font color="#FFFFFF">En Línea</font></a></STRONG></DIV></TD>
<TD width="11%" bgColor=#ff6600 onMouseover="destacar(this,1)" onMouseout="destacar(this,0)">
<DIV align=center><STRONG><a href="decide.php?patron=06."><font color="#FFFFFF">Participe</font></a></STRONG></DIV></TD>
<TD width="14%" bgColor=#666666><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> </FONT></TD>
<TD width="18%" bgColor=#666666> <DIV align=center><STRONG><a href="decide.php?patron=00."><font color="#FFFFFF">Inicio</font></a></STRONG></DIV></TD>
</TR>
</TBODY>
</TABLE>
|