/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche4=0
haut4=120 //initial: 140 pour 47 de navigation sous-rubriques si passe en 800x600
// remplacer _blank par nom du frame, le cas échéant ou choisir l'adéquat pour la série du document.write
target4 = '_self';
target5 = '_blank';

color41 = ""; // transparent
color42 = "#CCCCFF"; // bleu clair ou EDEDFF pour la barre de sous-rubriques
color43 = "#000066"; // bleu ou texte en général
color44 = "#FFCC00"; // jaune ou a:hover
color45	= "#CC0000"; // red


menu4titre = new Array;
menu4lien = new Array;

	menu4titre[0]= 'Bon cadeau &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[0]= 'p_fr/pf_location/f_bon_mailform.htm'
	menu4titre[1]= 'Location &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[1]= 'p_fr/pf_location/p_rentalp.htm'
	menu4titre[2]= 'Vente &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[2]= 'p_fr/pf_vente/c_vente.htm'
	menu4titre[3]= 'Groupes &nbsp;&nbsp;&nbsp;'
	menu4lien[3]= 'p_fr/pf_groupes/p_groupes.htm'
	menu4titre[4]= 'Images &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[4]= 'p_fr/pf_images/p_webcams.htm'
	menu4titre[5]= 'Agence &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[5]= 'p_fr/pf_agence/p_contact.htm'
	menu4titre[6]= 'Liens &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;'
	menu4lien[6]= 'p_fr/pf_liens/p_liens.htm'
	
	
//	ici en target blank link blog	
	
menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="i_pictures/top.gif" width="15" height="13" border="0"> &nbsp;&nbsp;&nbsp;'
	menu5lien[0]= '#top'
	
	
document.write('<STYLE TYPE="text/css">#menu4 { position:absolute;top:'+haut4+';left:'+gauche4+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu4() {
if (ie4) {menu4.style.pixelTop=document.body.scrollTop+haut4}
else if (ns6) {document.getElementById("menu4").style.top=window.pageYOffset+haut4}
else if (ns4) {eval(document.menu4.top=eval(window.pageYOffset+haut4));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu4()",1);
}


window.onload = placeMenu4;
document.write('<SPAN ID=menu4><table border=0 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#000000 WIDTH=140><TR><TD onMouseOut="this.style.background=\''+color41+'\';this.style.color=\''+color43+'\'" onMouseOver="this.style.background=\''+color42+'\';this.style.color=\''+color44+'\'" STYLE="cursor:hand"><a href="index.htm" class="liens_navig">Homepage &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</TD></TR>')
for(a=0;a<menu4lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color41+'\';this.style.color=\''+color43+'\'" onMouseOver="this.style.background=\''+color42+'\';this.style.color=\''+color44+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu4lien[a]+'\',\''+target4+'\')"><A HREF="'+menu4lien[a]+'" TARGET="'+target4+'"  class="liens_navig">'+menu4titre[a]+'</A></TD></TR>');
	}


//pages externes non target self

document.write('<TR><TD onMouseOut="this.style.background=\''+color41+'\';this.style.color=\''+color43+'\'" onMouseOver="this.style.background=\''+color45+'\';this.style.color=\''+color44+'\'" STYLE="cursor:hand"><a href="http://blog.i-g.ch" target="'+target5+'" class="liens_navig">L\'Immoblog &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</TD></TR>')

//retour au menu normal

for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color41+'\';this.style.color=\''+color43+'\'" onMouseOver="this.style.background=\''+color42+'\';this.style.color=\''+color44+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target4+'\')"><A HREF="'+menu5lien[a]+'" TARGET="'+target4+'"  class="liens_navig">'+menu5titre[a]+'</A></TD></TR>');
	}

document.write('</TR></TABLE></SPAN>')