document.write('<table width="100%"  border="1" cellpadding="0" cellspacing="0" bordercolor="#FF9900">')
document.write('<tr>')
document.write('<td class="tdheading">LE MAGAZINE L EVENEMENT PARLE DE TOUR PASSION EDITION FEV. 2006 </td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td><img src="magazine-scan.jpg" vspace="4" hspace="8"><br><span>TOUR PASSION- Fiable et d&rsquo;un excellent rapport qualit&eacute; - prix. Une des rares agences de voyages francophones en Inde. Un bonheur pour communiquer. Bobby ne dort jamais; de nuit comme de jour, week- end compris, il r&eacute;pond aux e-mails ou au t&eacute;l&eacute;phone. Pour avoir parcouru l&rsquo;Inde en tant que guide pendant 12 ans, il en conna&icirc;t toutes les bonnes adresses, dispose d&rsquo;excellentes relations pour ouvrir les portes importantes et saint comment n&eacute;gocier partout les meilleurs tarifs.</span></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td><div align="right"><a href="tourpassion.pdf">TELECHARGER ARTICLE</a></div></td>')
document.write('</tr>')
document.write('</table>')
 
document.write('<table width="100%"  border="0" cellpadding="1" cellspacing="1" bgcolor="#663300">')
  document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="index.html">Accueil</a></td>')
  document.write('</tr>')
  document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="circuits-inde.html">Quelques  circuits populaires </a></td>')
  document.write('</tr>')
  
   document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="commentaires-voyage.html">Commentaires Clients</a></td>')
  document.write('</tr>')
  
  document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="la-presse-tourpassion.html">La Presse</a></td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="info-inde/info-culture-inde.html"> Infos Sur Culture </a> </td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="city-info/visite-inde.html">Villes populaires et visites</a></td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="religion/religion-inde.html">Les Religions populaires</a></td>')
  document.write('</tr>')
  
   document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="location/location-voiture-inde.html">Location voiture avec Chauffeur</a></td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="hotel/hotels-inde.html">Les Hotels en Inde</a></td>')
  document.write('</tr>')
  
   document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="carte/carte-inde.html">Les Cartes des Etats differents</a></td>')
  document.write('</tr>')
  
  document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="photos-voyage-inde.html">Les photos de nos voyages</a></td>')
  document.write('</tr>')
  
  document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="pow/palace-on-wheels.html">Palace On Wheels</a></td>')
  document.write('</tr>')
  
document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="monastere-tibetain-inde.html">Option – séjour au Monastere</a></td>')
  document.write('</tr>')
  
  document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="ambassade-de-l-inde.html">Ambassade de L’inde</a></td>')
  document.write('</tr>')

  
document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="infos-generales.html">Infos -Générales</a></td>')
  document.write('</tr>')
  
  document.write('<tr>')
    document.write('<td bgcolor="#EFEFEF"><a href="http://www.advences.com/mirror/index.cfm?ref=2005090803">Réservez vos vols</a></td>')
  document.write('</tr>')
 
  document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="voyage-inde-liens.html">Liens Utiles</a></td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="contactez-nous.html">Contactez-Nous</a></td>')
  document.write('</tr>')
  
    document.write('<tr>')
    document.write('<td bgcolor="#E8F0F3"><a href="qui-sommes.html">Qui-Sommes Nous?</a></td>')
  document.write('</tr>')

document.write('</table>')

function chkForm()
{
	if( (document.form1.name.value == "" ) || (document.form1.country.value == "" ) || (document.form1.email.value == "" ) || (document.form1.telephone.value == "" )||(document.form1.hotel.value == "" ))
	{
		alert("Please fill in the fields marked with * ");
		return(false);
	}
	
if(document.form1.email.value.indexOf(" ") >= 0)
{
	alert("Please enter your email-id without any white space character.");
	document.form1.email.focus();
	return (false);
}
if ( (document.form1.email.value.indexOf("@") == -1) || (document.form1.email.value.indexOf(".") == -1) )
{
	alert("Please enter your valid email-id");
	document.form1.email.focus();
	return (false);
}


BeforeAtRate = document.form1.email.value.substring(0,document.form1.email.value.indexOf("@"));
AfterAtRate = document.form1.email.value.substring(document.form1.email.value.indexOf("@")+1,document.form1.email.value.length);

if (AfterAtRate.indexOf(".") == -1)
{
	alert("Please enter a valid email-id");
	document.form1.email.focus();
	return (false);
}

middle = AfterAtRate.substring(0, AfterAtRate.indexOf("."))
last = AfterAtRate.substring(AfterAtRate.indexOf(".") + 1,AfterAtRate.length)

if (BeforeAtRate.length == 0 || middle.length == 0 || last.length == 0)
{
	alert("Please enter a valid email-id"); 
	document.form1.email.focus();
	return (false);
}
}


function disableselect(e){ 
return false; 
} 
function reEnable(){ 
return true; 
} 
document.onselectstart=new Function ("return false"); 
if (window.sidebar){ 
document.onmousedown=disableselect; 
document.onclick=reEnable; 
} 
function droit(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) {
alert('© Copyright - Tour Passion');
return false;
}else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert('© Copyright - Tour passion');
return false;
}
return true;
}
document.onmousedown=droit;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);

document.write('<table width="100%"  border="0" cellspacing="1" cellpadding="1">')
  document.write('<tr>')
    document.write('<td bgcolor="#990000">')
	  document.write('<form name="form1" method="post" action="sendform.php">')
 document.write('<table width="100%"  border="0" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF">')
   document.write('<tr bgcolor="#993300">')
     document.write('<td colspan="2" align="center"><span class="booking">Demander Un devis  </span></td>')
	 document.write('</tr>')
	    document.write('<tr bgcolor="#993300">')
     document.write('<td colspan="2" align="center"><span class="booking">Sans engagement </span></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1"> Nom </span></td>')
     document.write('<td bgcolor="#EBEBEB"><input name="name" type="text"  id="name" style="FONT-SIZE: 9px"></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1">Pays</span> </td>')
     document.write('<td bgcolor="#EBEBEB"><input name="country" type="text"  id="country" style="FONT-SIZE: 9px"></td> ')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1"> Email </span></td>')
     document.write('<td bgcolor="#EBEBEB"><input name="email" type="text"  id="email" style="FONT-SIZE: 9px"></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1">T&eacute;l&eacute;phone</span> </td>')
     document.write('<td bgcolor="#EBEBEB"><input name="telephone" type="text" id="telephone" style="FONT-SIZE: 9px" ></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1"> H&ocirc;tels Pr&eacute;f&eacute;r&eacute;s</span></td>')
     document.write('<td bgcolor="#EBEBEB"><select name="hotel" size="1" id="hotel" style="FONT-SIZE: 9px"><option> Veuillez Choisir</option> <option value="Grand Luxe-Moderne">Grand Luxe-Moderne</option> <option value="Grand Luxe-Palais">Grand Luxe-Palais</option> <option value="Petits Hotels de Charme">Petits Hotels de Charme</option> <option value="Economie Mais Propre">Economie Mais Propre</option> </select></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB"><span class="city1"> Message</span></td>')
     document.write('<td bgcolor="#EBEBEB"><textarea name="des" id="textarea10" style="FONT-SIZE: 9px"></textarea></td>')
	 document.write('</tr>')
   document.write('<tr>')
     document.write('<td bgcolor="#EBEBEB">&nbsp;</td>')
     document.write('<td bgcolor="#EBEBEB"><input name="Submit" type="submit" onClick=" return chkForm()" value=" Envoyer "></td>')
	 document.write('</tr>')
	    document.write('<tr bgcolor="#993300">')
     document.write('<td colspan="2"><span class="booking">Tous les champs sont obligatoires</span></td>')
	 document.write('</tr>')
 document.write('</table>')
  document.write('<input type="hidden" name="redirect" value="http://fr.tourpassion.in/thankyou.html">')
  document.write('<input type="hidden" name="recipient" value="tourpassion@gmail.com">')
 document.write(' </form>')
	 document.write('</td>')
	 document.write('</tr>')
 document.write('</table>')