
function textRub(){	
	z=document.zoneform.action.selectedIndex;	
	if (z=='4' || z=='5' || z=='6' || z=='7' || z=='8') document.zoneform.rub.options[6].selected=true;}

function textAction(){	
	z=document.zoneform.rub.selectedIndex;	
	z1=document.zoneform.action.selectedIndex;	
	if (z!='6' && (z1=='4' || z1=='5' || z1=='6' || z1=='7' || z1=='8')) document.zoneform.action.options[0].selected=true;}

function menu()
{
dou=document.location.pathname;


if (dou.search('annonce_auto')!=-1) chemin='../';
else chemin='';


r=document.zoneform.rub.value;
a=document.zoneform.action.value;
if (a=='0')
	{if (r=='0') t="immo";
	if (r=='1') t="loca";
	if (r=='2') t="auto";
	if (r=='3') t="moto";
	if (r=='5') t="divers";
	if (r=='4') t="bato";
	
	if (r=='6') window.location=chemin+"recherchez_passez.php?choix=pass";
	else window.location=chemin+"passez.php?cat="+t;
	
	}
	
if (a=='1') window.location=chemin+"modif.htm";

if (a=='2')
{   if (r=='0') t="immo";
	if (r=='1') t="loca";
	if (r=='2') t="auto";
	if (r=='3') t="moto";
	if (r=='5') t="divers";
	if (r=='4') t="bato";


	if (r=='6') {window.location=chemin+"recherchez_passez.php?choix=rech";}
	else window.location=chemin+"recherch.php?cat="+t;
}

if (a=='3')
{if (r=='0') window.location=chemin+"location_vente_immobilier.php";
if (r=='1') window.location=chemin+"indexplus.php?cat=loca";
if (r=='2') window.location=chemin+"annonces_auto.php";
if (r=='3') window.location=chemin+"moto.php";
if (r=='5') window.location=chemin+"indexplus.php?cat=divers";
if (r=='4') window.location=chemin+"annonces_bateaux_voilier.php";

if (r=='6') window.location=chemin+"index.php";
}

if (a=='4') window.location=chemin+"inscription.htm";

if (a=='5') window.location=chemin+"coordon.htm";

if (a=='6') window.location=chemin+"gerez.htm";

if (a=='7') window.external.
		AddFavorite("http://www.1000annonces-gratuites.com","Site d'annonces gratuites");

if (a=='8') {
document.zoneform.action.options[8].style.behavior='url(#default#homepage)';document.zoneform.action.options[8].setHomePage("http://www.1000annonces-gratuites.com/");
}


return true;
}



