bgcolor='#000000';
bgcolor2='#000000';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:6; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#fff; text-decoration:none;}')
document.write('A:hover.image {color:#000000; text-decoration:none;}')
document.write('A.image {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#fff; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck3></DIV>');



zlien3 = new Array;
zlien3[0] = new Array;
zlien3[1] = new Array;
zlien3[2] = new Array;
zlien3[3] = new Array;
zlien3[4] = new Array;
zlien3[5] = new Array;

zlien3[0][0] = '<A HREF="http://assistance-informatique.sauvesouris.com/index.html" CLASS=ejsmenu TARGET="gauche">Assistance et installation</A>';
zlien3[0][1] = '<A HREF="http://depannage-informatique.sauvesouris.com/index.html" CLASS=ejsmenu TARGET="gauche">Dépannage informatique</A>';
zlien3[0][2] = '<A HREF="http://cours-informatique.sauvesouris.com/index.html" CLASS=ejsmenu TARGET="gauche">Cours débutants</A>';
zlien3[0][3] = '<A HREF="http://formation-informatique.sauvesouris.com/index.html" CLASS=ejsmenu TARGET="gauche">Formations avancées</A>';
zlien3[0][4] = '<A HREF="http://securite-informatique.sauvesouris.com/index.html" CLASS=ejsmenu TARGET="gauche">Sécurité / Protection</A>';

zlien3[1][0] = '<A HREF="http://www.sauvesouris.com/PC-reduction-impots/Loi-Boorlo.html" CLASS=ejsmenu TARGET="gauche">Loi Borloo</A>';
zlien3[1][1] = '<A HREF="http://www.sauvesouris.com/PC-reduction-impots/credit-impots.html" CLASS=ejsmenu TARGET="gauche">Crédit d\'impôts</A>';
zlien3[1][2] = '<A HREF="http://www.sauvesouris.com/PC-reduction-impots/Agreement-service-personne.html" CLASS=ejsmenu TARGET="gauche">Agrément "Services à la personne"</A>';
zlien3[1][3] = '<A HREF="http://www.sauvesouris.com/PC-reduction-impots/Cesu-informatique.html" CLASS=ejsmenu TARGET="gauche">Cesu informatique</A>';
zlien3[1][4] = '<A HREF="http://www.sauvesouris.com/PC-reduction-impots/Reduction-impots-assistance.html" CLASS=ejsmenu TARGET="gauche">Réduction d\'impôts</A>';



zlien3[2][0] = '<A HREF="http://www.sauvesouris.com/notre-identite/naissance-assistance.html" CLASS=ejsmenu TARGET="gauche">Comment est née notre unité</A>';
zlien3[2][1] = '<A HREF="http://www.sauvesouris.com/notre-identite/mission-ordinateur.html" CLASS=ejsmenu TARGET="gauche">Missions générales</A>';
zlien3[2][2] = '<A HREF="http://www.sauvesouris.com/notre-identite/expert-informatique.html" CLASS=ejsmenu TARGET="gauche">Nos agents</A>';
zlien3[2][3] = '<A HREF="http://www.sauvesouris.com/notre-identite/vehicules-depannage.html" CLASS=ejsmenu TARGET="gauche">Nos véhicules</A>';
zlien3[2][4] = '<A HREF="http://www.sauvesouris.com/notre-identite/valeurs-informatique.html" CLASS=ejsmenu TARGET="gauche">Nos valeurs</A>';
zlien3[2][5] = '<A HREF="http://www.sauvesouris.com/notre-identite/serment-informatique.html" CLASS=ejsmenu TARGET="gauche">Serment des agents</A>';
zlien3[2][6] = '<A HREF="http://www.sauvesouris.com/notre-identite/futur-depannage.html" CLASS=ejsmenu TARGET="gauche">Le futur de l\'unité</A>';








zlien3[4][0] = '<A HREF="http://www.sauvesouris.com/partenaires/service-personne.html" CLASS=ejsmenu TARGET="gauche">Partenaire "Services à la personne"</A>';
zlien3[4][1] = '<A HREF="http://www.sauvesouris.com/partenaires/partenaires-informatique.html" CLASS=ejsmenu TARGET="gauche">Partenaire informatique</A>';
zlien3[4][2] = '<A HREF="http://www.sauvesouris.com/partenaires/innocence-en-danger.html" CLASS=ejsmenu TARGET="gauche">Partenaire "Innocence en danger"</A>';
zlien3[4][3] = '<A HREF="http://www.sauvesouris.com/partenaires/entreprendre.html" CLASS=ejsmenu TARGET="gauche">Entreprendre avec l\'U.S.S</A>';
zlien3[4][4] = '<A HREF="http://www.sauvesouris.com/partenaires/investissement-informatique.html" CLASS=ejsmenu TARGET="gauche">Investir</A>';






var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn3 = document.topdeck3 }
else if (dom) { skn3 = document.getElementById("topdeck3").style }
else if (iex) { skn3 = topdeck3.style }
skn3.top = 40;

function pop3(msg3,pos)
{
skn3.visibility = "hidden";
a=true
skn3.left = pos;
var content3 ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#3B94CC WIDTH=220><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg3.length)
	{
	content3 += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg3[pass]+"</FONT></TD></TR>";
	pass++;
	}
content3 += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn3.document.write(content3);
	  skn3.document.close();
	  skn3.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck3").innerHTML = content3;
	  skn3.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck3").innerHTML = content3;
	  skn3.visibility = "visible";
  }
}
function kill()
{
	skn3.visibility = "hidden";
}



document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/tarifs-assistance-PC.html" onClick="("http://www.sauvesouris.com/tarifs-assistance-PC.html") return(false)" onMouseOver="pop3(zlien3[0],0)" CLASS=image><img src="http://sauvesouris.com/images/base/nav-tarifs.jpg" /></a></TD>')


document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[1],170)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/PC-reduction-impots/reduction-impots.php" onClick="("http://sauvesouris.com/PC-reduction-impots/reduction-impots.php") return(false)" onMouseOver="pop3(zlien3[1],100) " CLASS=image><img src="http://sauvesouris.com/images/base/nav-fiscalite.jpg" /></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[2],270)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/notre-identite/ID-assistance-internet.php" onClick="("http://www.sauvesouris.com/notre-identite/ID-assistance-internet.php") return(false)" onMouseOver="pop3(zlien3[2],200)"  CLASS=image><img src="http://sauvesouris.com/images/base/nav-identite.jpg" /></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[3],360)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/assistance-PC-qualite.php" onClick="("http://www.sauvesouris.com/assistance-PC-qualite.php") return(false)" onMouseOver="pop3(zlien3[3],300)"  CLASS=image><img src="http://sauvesouris.com/images/base/nav-qualite.jpg" /></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[4],447)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/partenaires/partenaires-PC-mac.php" onClick="("http://www.sauvesouris.com/partenaires/partenaires-PC-mac.php") return(false)" onMouseOver="pop3(zlien3[4],400)"  CLASS=image><img src="http://sauvesouris.com/images/base/nav-allies.jpg" /></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop3(zlien3[5],530)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="http://www.sauvesouris.com/contact-sauve-souris.html" onClick="("http://www.sauvesouris.com/contact-sauve-souris.html") return(false)" onMouseOver="pop3(zlien3[5],500)"  CLASS=image><img src="http://sauvesouris.com/images/base/nav-contact.jpg" /></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')