// JavaScript Document
function fct_submit()
{
document.fr_contact.submit()
}
function fct_reset()
{
document.fr_contact.reset()
}

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
NS4=((document.layers)||((browserName == "Netscape") && (browserVer >= 3)))?true:false;
IE4=(document.all)?true:false;
V4=(NS4 || IE4)?true:false;

timer1 = setTimeout("",0);
<!-- inscrivez ici les cibles de vos images en état on et off -->
if (V4)
{
r1on=new Image();
r1on.src="sejour_maroc/vol_on.gif";
r1off=new Image();
r1off.src="sejour_maroc/vol_off.gif";

r2on=new Image();
r2on.src="sejour_maroc/voitures_on.gif";
r2off=new Image();
r2off.src="sejour_maroc/voitures_off.gif";

r3on=new Image();
r3on.src="sejour_maroc/hotels_on.gif";
r3off=new Image();
r3off.src="sejour_maroc/hotels_off.gif";

r4on=new Image();
r4on.src="sejour_maroc/riads_on.gif";
r4off=new Image();
r4off.src="sejour_maroc/riads_off.gif";

r5on=new Image();
r5on.src="sejour_maroc/circuits_on.gif";
r5off=new Image();
r5off.src="sejour_maroc/circuits_off.gif";

r6on=new Image();
r6on.src="sejour_maroc/sejours_on.gif";
r6off=new Image();
r6off.src="sejour_maroc/sejours_off.gif";

r7on=new Image();
r7on.src="sejour_maroc/groupe_on.gif";
r7off=new Image();
r7off.src="sejour_maroc/groupe_off.gif";

r8on=new Image();
r8on.src="sejour_maroc/b_voyage_carnet_on.gif";
r8off=new Image();
r8off.src="sejour_maroc/b_voyage_carnet_off.gif";

r9on=new Image();
r9on.src="sejour_maroc/b_voyage_composer_on.gif";
r9off=new Image();
r9off.src="sejour_maroc/b_voyage_composer_off.gif";

r10on=new Image();
r10on.src="sejour_maroc/b_voyage_maroc_on.gif";
r10off=new Image();
r10off.src="sejour_maroc/b_voyage_maroc_off.gif";

r11on=new Image();
r11on.src="sejour_maroc/b_voyage_tunisie_on.gif";
r11off=new Image();
r11off.src="sejour_maroc/b_voyage_tunisie_off.gif";

r12on=new Image();
r12on.src="sejour_maroc/b_ok_01_on.gif";
r12off=new Image();
r12off.src="sejour_maroc/b_ok_01_off.gif";


r13on=new Image();
r13on.src="sejour_maroc/b_guide_presentation_on.gif";
r13off=new Image();
r13off.src="sejour_maroc/b_guide_presentation_off.gif";

r14on=new Image();
r14on.src="sejour_maroc/b_guide_culture_on.gif";
r14off=new Image();
r14off.src="sejour_maroc/b_guide_culture_off.gif";

r15on=new Image();
r15on.src="sejour_maroc/b_guide_regions_on.gif";
r15off=new Image();
r15off.src="sejour_maroc/b_guide_regions_off.gif";

r16on=new Image();
r16on.src="sejour_maroc/b_guide_infos_on.gif";
r16off=new Image();
r16off.src="sejour_maroc/b_guide_infos_off.gif";

r17on=new Image();
r17on.src="sejour_maroc/b_guide_transports_on.gif";
r17off=new Image();
r17off.src="sejour_maroc/b_guide_transports_offf.gif";

r18on=new Image();
r18on.src="sejour_maroc/b_guide_hebergement_on.gif";
r18off=new Image();
r18off.src="sejour_maroc/b_guide_hebergement_off.gif";

r19on=new Image();
r19on.src="sejour_maroc/b_guide_galeries_on.gif";
r19off=new Image();
r19off.src="sejour_maroc/b_guide_galeries_off.gif";


r21on=new Image();
r21on.src="sejour_maroc/b_carnet_on.gif";
r21off=new Image();
r21off.src="sejour_maroc/b_carnet_off.gif";

}
function act(imgName)
 {
 if (V4)
    {canceltime();
     imgOn = eval(imgName + "on.src");
      document[imgName].src = imgOn;
    }
}

function inact(imgName)
 {
    {
     imgOff = eval(imgName + "off.src");
       document[imgName].src = imgOff;
    }
}

function canceltime(){if(V4){clearTimeout(timer1);}}
function calculette() 
{var temp=150;
if (screen.width<1024) temp=10 
f_convert=window.open('http://www.evasion-online.com/_common/portlets/1/calculette.asp','Convertisseur','width=327,height=143,top=300,left='+temp);
f_convert.focus();
}