33
| <![CDATA[<style type="text/css">
<!--
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#0066CC; }
.style4 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top:10px;
color: #816681;
}
-->
</style>]]>
|
49
| <![CDATA[<script>
function ABRIR(URL){
window.open(URL,"","status=no,menubar=no,scrollbars=yes");
}
</script>]]>
|
123
| <![CDATA[<script>
$(document).ready(function() {
$("#submenu").hide();
$("#ajuda").toggle(function () {
$("#submenu").show("fast");
},
function () {
$("#submenu").hide("fast");
}
);
});
</script>]]>
|