document.write("<style type=\"text/css\">"); 
document.write(".td{"); 
document.write("font-family:arial;"); 
document.write("font-size:10px;"); 
document.write("color:#003399;"); 
document.write("}"); 
document.write("A.interne{"); 
document.write("color: #003399;"); 
document.write("text-decoration: none;"); 
document.write("font-weight: normal;"); 
document.write("font-size:9px;"); 
document.write("}"); 
document.write("A.interne:hover{"); 
document.write("color: #000000;"); 
document.write("text-decoration: none;"); 
document.write("font-weight: normal;"); 
document.write("font-size:9px;"); 
document.write("}"); 
document.write(".petit{"); 
document.write("font-weight:normal;"); 
document.write("color:#003399;"); 
document.write("}"); 
document.write(".grand{"); 
document.write("font-weight:bold;"); 
document.write("font-size:12px;"); 
document.write("color:#003399;"); 
document.write("}"); 
document.write("</style>"); 
document.write("<table width=\"159\" border=\"0\"  cellpadding=\"2\" cellspacing=\"0\">"); 
document.write("<form target=\"_blank\" method=\"post\" name=\"rechercheForm\">"); 
NS4 = (document.layers) ? true : false;
function checkEnter(event)
{ 	
var code = 0;
if (NS4)
code = event.which;
else
code = event.keyCode;
if (code==13)
javascript:recherche();
}
function recherche(){
searchString = document.rechercheForm.mots.value;
finalSearchString = "";
if(document.rechercheForm.choix[0].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/ile-reunion/recherche.php?action=seek";
document.rechercheForm.submit();
}
if(document.rechercheForm.choix[1].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/ile-maurice/recherche.php?action=seek";
document.rechercheForm.submit();
}
if(document.rechercheForm.choix[2].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/madagascar/recherche.php?action=seek";
document.rechercheForm.submit();
}
if(document.rechercheForm.choix[3].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/seychelles/recherche.php?action=seek";
document.rechercheForm.submit();
}
if(document.rechercheForm.choix[4].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/comores/recherche.php?action=seek";
document.rechercheForm.submit();
}
if(document.rechercheForm.choix[5].selected=="1"){
document.rechercheForm.action="http://www.mascareignes.com/recherche.php?action=seek";
document.rechercheForm.submit();
}
}
document.write("<tr> <td colspan=\"3\" valign=\"top\" class=\"grand\"><div align=\"center\">Recherche Oc&eacute;an Indien<br>"); 
document.write("<select name=\"choix\" size=\"1\" id=\"choix\" >"); 
document.write("<option value=\"0\">-&gt; Ile de la R&eacute;union</option>"); 
document.write("<option value=\"1\">-&gt; Ile Maurice</option>"); 
document.write("<option value=\"2\">-&gt; Madagascar</option>"); 
document.write("<option value=\"3\">-&gt; Les Seychelles</option>"); 
document.write("<option value=\"4\">-&gt; Les Comores</option>"); 
document.write("<option selected value=\"5\">-&gt; Toutes destinations</option>"); 
document.write("</select>"); 
document.write("</div></td></tr><tr><td width=\"118\" height=\"24\" valign=\"top\" align=\"center\">"); 
document.write("<input type=\"text\" onFocus='this.value=\"\"' value=\"Mot clé\" size=\"18\" name=\"mots\" onKeyPress=\"checkEnter(event)\">&nbsp;"); 
document.write("</td><td width=\"28\" valign=\"top\">"); 
document.write("<input title=\"Lancez votre recherche ici\" name=\"image\" type=\"image\" src=\"http://www.mascareignes.com/images/go.gif\" value=\"X\" onClick=\"javascript:recherche(); return false\" align=\"bottom\">"); 
document.write("</td></tr><tr><td colspan=\"3\" align=\"center\" class=\"petit\">Powered by <a title=\"Méta moteur Océan Indien\" class=\"interne\" href=\"http://www.mascareignes.com\" target=\"_blank\">&copy; Mascareignes.com</a></td></tr></form></table>"); 
