<!--

// Script para rolar os informativos  !!!!!

var yy1 = 0;
var yy2 = 0;
var yy3 = 0;
var yy4 = 0;
var y1 = "";
var y2 = "";
var y3 = "";
var tempo=0
var i=0
var j=0
var dS=""
var sD=""
var v=""


function init(){

yi=0;
ns=0;
ie=0;


if (navigator.appName == "Netscape") {


ver="'show'";
sumir="'hide'"
v=".top=";
dS="document.";
sD="";

y1="document.infocrop.document.height"
y2="document.infoin.document.height"
y3="document.infoin.document.top"

}else {


ver="'visible'";
sumir="'hidden'"
v=".pixelTop=";
dS="";
sD=".style";

y1="infocrop.style.height";
y2="infoin.style.height";

//alert (parseInt(eval(y1))+ " -- "+parseInt(eval(y2)))

yy3=0;
i=0;
j=0;

}
}

function checkLocation() {


yy1=parseInt(eval(y1));
yy2=parseInt(eval(y2));
yy4=-yy3

//window.status=i+" == "+j;

if (yy3 < (yy2-yy1)){


	if ((parseInt(yy3/yy1))==(yy3/yy1)){
//		for(i=0;i<1000;i++){for(j=0;j<1000;j++){}}
		i=i+1;
		if (i>10){
			i=0;
			j=j+1;
		}
		if (j>15){
			i=0;
			j=0;
		}
		
	}

	if ((j==0)&&(i==0)){

	  if (tempo==0){	

		yy3=yy3+1;

	  }
	}

}else{
	yy3=0		
}

//window.status=dS+"infoin"+sD+v+yy4+" --> "+yy3+" < "+(yy2-yy1)+" i="+i+" j="+j+" tempo="+tempo
eval(dS+"infoin"+sD+v+yy4);
setTimeout("checkLocation()",1);


}

function parada(info,tipo) {

if (tipo==0){

	tempo=0;

}else{

	tempo=1;

}
}

-->