// JavaScript Document

function cache_tab(sipp)
{
		//document.getElementById(sipp+'2').style.display='block';
		var browserName=navigator.appName;
		if (browserName=="Microsoft Internet Explorer")
		document.getElementById(sipp+'g').style.display='none';
}


	function affiche_tab(sipp)
{
		//document.getElementById(sipp+'2').style.display='none';
		//var browserName=navigator.appName;
		//if (browserName=="Microsoft Internet Explorer")
		document.getElementById(sipp+'g').style.display='block';
}

function ouvre_dep (dep,pays)
{
	window.open("location-voiture-info-agence.php?ville="+dep+"&num_pays="+pays,"agence_dep","toolbar=no,status=no,scrollbars=no,resizable=no,width=452,height=492");
}

function ouvre_retour (retour,pays)
{
	window.open("location-voiture-info-agence.php?ville="+retour+"&num_pays="+pays,"agence_retour","toolbar=no,status=no,scrollbars=no,resizable=no,width=452,height=492");
}

function envoi_form(model,lettre_cat,porte,place,clim,mod_id)
{
		document.tarif_form.model.value	=	model;
		document.tarif_form.lettre_cat.value	=	lettre_cat;
		document.tarif_form.porte.value	=	porte;
		document.tarif_form.place.value	=	place;
		document.tarif_form.clim.value	=	clim;
		document.tarif_form.mod_id.value	=	mod_id;

		document.tarif_form.method = "get";
		document.tarif_form.action = "resa3.asp";
		document.tarif_form.submit();
}
