//write slider
var Message="Bienvenue Chez Tour Passion ! le Tour Operateur Francophone en inde";
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 = "Bienvenue Chez Tour Passion ! le Tour Opérateur Francophone en Inde"
var character = 0;
var to_print = "";
var ypos = 10;
var next = 0 ;
var fade = 100 ;
var next_message = new Array() ;
next_message[0] = "Vous êtes en train de visiter Le site internet www.RajasthanVoyage.com, Le site officiel de TOUR PASSION en Français . "
next_message[1] = "Nous sommes une agence Francophone basée a New Delhi et travaillons depuis 15 ans avec la clientèle Francophone . "
next_message[2] =  "Que vous soyez un particulier ou que vous représentiez un comité d'entreprise, une association ou une entreprise,  " 
next_message[3] =  "Nous pouvons répondre à vos besoins spécifiques pour le voyage en Inde ."


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 == 3) {
next = 0;
}
else
next++;
}
document.write('<table width="100%" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td bgcolor="#990000"><img src="script/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="bgcolor.gif">')
document.write('<tr>')
document.write('<td class="top" width="20%"><a href="index.html">www.rajasthanvoyage.com</a></td>')
document.write('<td class="top" width="20%"><a href="contactez-nous.htm">Contactez-Nous</a></td>')
document.write('<td class="top" width="20%"><a href="qui-sommes.htm"> Qui-Sommes Nous? Presse</a></td>')
document.write('<td class="top" width="20%"><a href="mailto:reveindien@yahoo.fr"> E-mail</a></td>')
document.write('<td class="top" width="20%"><a href="infos-generales.htm">Infos G&eacute;n&eacute;rales</a></td>')
document.write('</tr>')
document.write('</table>')