﻿gauche8=10
haut8=50
target8 = '_self';

color81 = "#5172aa";
color82 = "#cdd00a";
color83 = "#ffffff";

menu8titre = new Array;
menu8lien = new Array;

	menu8titre[0]= 'Notre technologie'
	menu8lien[0]= 'http://www.vivago.fr/home/notre-technologie.html'
	menu8titre[1]= 'Appel volontaire'
	menu8lien[1]= 'http://www.vivago.fr/home/appel-volontaire.html'
	menu8titre[2]= 'D\351clenchement automatique'
	menu8lien[2]= 'http://www.vivago.fr/home/declenchement-auto.html'		
	menu8titre[3]= 'Pourquoi choisir Vivago ?'
	menu8lien[3]= 'http://www.vivago.fr/home/pourquoi-choisir-vivago.html'
	
	menu8titre[4]= 'Centres d\047Appel'
	menu8lien[4]= 'http://www.vivago.fr/home/centre-appel.html'

	
	menu8titre[5]= 'T\351moignages'
	menu8lien[5]= 'http://www.vivago.fr/home/temoignages.html'
	menu8titre[6]= 'Le coffret Vivago'
	menu8lien[6]= 'http://www.vivago.fr/home/coffret-personne-seule-domicile.html'
	menu8titre[7]= 'Les tarifs Achat - Location'
	menu8lien[7]= 'http://www.vivago.fr/home/tarifs.html'
	menu8titre[8]= 'Revue de presse'
	menu8lien[8]= 'http://www.vivago.fr/home/revue-presse.html'
	menu8titre[9]= 'Contactez-nous'
	menu8lien[9]= 'http://www.vivago.fr/contacthome2.html'
document.write('<STYLE TYPE="text/css">#menu8 { position:absolute;top:'+haut8+';left:'+gauche8+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu8() {
if (ie4) {menu8.style.pixelTop=document.body.scrollTop+haut8}
else if (ns6) {document.getElementById("menu8").style.top=window.pageYOffset+haut8}
else if (ns4) {eval(document.menu8.top=eval(window.pageYOffset+haut8));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu8()",1);
}

window.onload = placeMenu8;
document.write('<SPAN ID=menu8><table border=0 cellspacing=0 cellpadding=0 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=249><TR>	<TD><a href="http://www.vivago.fr/home/index2.html"><img src="http://www.vivago.fr/home/img/nav_v_top1.gif" width="249" height="54" border="0"></a></TD></TR><TR><TD ALIGN=center><a href="index.html"><img src="http://www.vivago.fr/home/img/nav_ange-gardien.jpg" width="249" height="117" border="0" ALT="Teleassistance domicile"></a></TD></TR>')
for(a=0;a<menu8lien.length;a++)
	{
	document.write('<TR bgcolor=#5172aa><TD onMouseOut="this.style.background=\''+color81+'\'" onMouseOver="this.style.background=\''+color82+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu8lien[a]+'\',\''+target8+'\')" height="30"><img src="http://www.vivago.fr/home/img/nav_v_puce1.gif" border="0"><FONT class="remarque2"><A HREF="'+menu8lien[a]+'" TARGET="'+target8+'" STYLE="text-decoration:none;line-height:2.1em;color:'+color83+'"><u>'+menu8titre[a]+'</u></A></FONT></TD></TR><TR><TD><img src="http://www.vivago.fr/home/img/nav_v_sep.gif" border="0"></TD></TR>');
	}
document.write('</TR><TR><TD ALIGN=center><img src="http://www.vivago.fr/home/img/nav_v_bottom1.gif" width="249" height="57" border="0"></TD></TR></TABLE></SPAN>')
