var Message="AgroSAT - LaTUV ";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300); 
} else {
place++;
window.setTimeout("scrollIn()",50); 
   } 
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 50);
   }
}

var txtStr="";
txtStr+="<div id='loadDiv' style='position:absolute; top=50px; left=50px; z-index:0; visibility:visible;'>";
txtStr+="<table width='200' height='100' border='0' align='center' cellpadding='0' cellspacing='0' background='"+pathImages+"logolatuvbck.gif' bgcolor='#CCCCCC'>";
txtStr+="<tr bgcolor='#333333'><td width='1' height='1' bgcolor='#333333'></td><td height='1'></td><td height='1'></td><td height='1'></td>";
txtStr+="<td width='1' height='1' bgcolor='#000000'></td></tr><tr><td width='1' bgcolor='#333333'></td>";
txtStr+="<td colspan='3' align='center' valign='middle' class='ajudaText'>P&aacute;gina cargando ... </td>";
txtStr+="<td width='1' bgcolor='#000000'></td></tr><tr><td width='1' bgcolor='#333333'></td>";
txtStr+="<td colspan='3' align='center'><img src='"+pathImages+"pBar.gif' width='86' height='20' alt=''></td><td width='1' bgcolor='#000000'></td>";
txtStr+="</tr><tr><td width='1' bgcolor='#333333'></td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td width='1' bgcolor='#000000'></td>";
txtStr+="</tr><tr bgcolor='#333333'> <td width='1' height='1' bgcolor='#333333'></td><td height='1' bgcolor='#333333'></td>";
txtStr+="<td height='1' bgcolor='#333333'></td><td height='1' bgcolor='#333333'></td><td width='1' height='1' bgcolor='#000000'></td></tr></table></div>";
document.write(txtStr);
