Viewing file: BK menu.php (2.17 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>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<body>
<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">Sector
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>
|