19
| <![CDATA[<SCRIPT>
function janela(local,tamanho,altura)
{
jan1=window.open(local,'janela1','scrollbars=yes,status=yes,resizable=yes,location=no,toolbar=no,width=400,height=200')
}
function rel(local)
{
jan1=window.open(local,'recibo','scrollbars=yes,status=yes,resizable=yes,location=no,toolbar=no,width=680,height=550')
}
</SCRIPT>]]>
|
29
| <![CDATA[<script>
function aviso()
{
if (document.getElementById('la1').style.visibility=='hidden')
{ document.getElementById('la1').style.visibility='visible';}
else
{ document.getElementById('la1').style.visibility='hidden'; }
}
</script>]]>
|
38
| <![CDATA[<script>
<!--
var AbrePopupWindow=null;
function AbrePopup(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;
}
else if((pos!='center' && pos!='random') || pos==null) {
LeftPosition=100;TopPosition=100;
}
settings=
'width='+ w +
',height=' + h +
',top=' + TopPosition +
',left=' + LeftPosition +
',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no';
AbrePopupWindow=window.open('',myname,settings);
if(infocus=='front'){
AbrePopupWindow.focus();
AbrePopupWindow.location=mypage;
}
}
//-->
</script>]]>
|
86
| <![CDATA[<script>
function alertas()
{
}
</script>]]>
|