//write slider
var Message="Está a entrar no site oficial de Tour Passion www.Rajasthanvoyage.com.";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",1000); 
} else {
place++;
window.setTimeout("scrollIn()",100); 
   } 
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 200);
   }
}

var message = "Está a entrar no site oficial de Tour Passion www.Rajasthanvoyage.com."
var character = 0;
var to_print = "";
var ypos = 10;
var next = 0 ;
var fade = 100 ;
var next_message = new Array() ;
next_message[0] = "Somos uma agência de viagens com sede em New Deli desde há 15 anos."
next_message[1] =  "Quer seja um particular, uma associação ou uma empresa, nós podemos responder às suas necessidades e desejos para a organização e a assistência da sua viagem à Índia" 



function doText(text) {
if (document.all) {
if (character <= text.length - 1) {
to_print += text.charAt(character);
teletext.innerHTML = to_print;
character++;
}
else
scrollIt();
}
setTimeout("doText(message)",100);
}
function scrollIt() {
if (ypos >= 10) {
ypos -= 1;
fade -= 4;
if (ypos < 15) {
teletext.innerHTML = "" ;
   }
}
else {
ypos = 10;
character = 0;
to_print = "";
nextMessage();
fade = 100;
}
teletext.style.top = ypos;
teletext.filters.alpha.opacity = fade;
}
function nextMessage() {
message = next_message[next]
if (next == 1) {
next = 0;
}
else
next++;
}
document.write('<table width="100%" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td bgcolor="#990000"><img src="ganeshlogo.jpg" width="56"></td>')
document.write('<td width="100%" valign="top" bgcolor="#990000"><DIV ID=teletext CLASS="telestyle" name="teletext"></DIV></td>')
document.write('</tr>')
document.write('</table>')

document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" background="image/bgcolor.gif">')
document.write('<tr>')
document.write('<td class="top" width="20%"><a href="index.html">&nbsp;&nbsp;www.rajasthanvoyage.com</a></td>')
document.write('<td class="top" width="20%"><a href="Contacto.html">Contacto</a></td>')
document.write('<td class="top" width="20%"><a href="qui-sommes.html">Quem somos</a></td>')
document.write('<td class="top" width="20%"><a href="mailto:milai@tourpassion.com">E.mail</a></td>')

document.write('<td class="top" width="20%"><a href="informacoes-gerais.html">Informações Gerais</a></td>')
document.write('</tr>')
document.write('</table>')
