﻿posYmenu = 0;
bgcolor='#006699';
bgcolor2='#CC9966';
needcenter =false;
if(!needcenter)
	posXmenu = 170;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(500/2);
	else
		posXmenu = (window.innerWidth/2)-(500/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
UTILISE DANS ASSURCHIEN.COM
*/

/*
LIENS
*/
tlien = new Array;
zlien = new Array;
tlien[0] = new Array;
zlien[0] = new Array;
tlien[1] = new Array;
zlien[1] = new Array;
tlien[2] = new Array;
zlien[2] = new Array;
tlien[3] = new Array;
zlien[3] = new Array;
tlien[4] = new Array;
zlien[4] = new Array;
zlien[0][0] = '<A HREF="j01.htm" CLASS=ejsmenu>Responsabilit? civile</A>';
tlien[0][0] = 'j01.htm';
zlien[0][1] = '<A HREF="j02.htm" CLASS=ejsmenu>Chiens dangereux</A>';
tlien[0][1] = 'j02.htm';
zlien[0][2] = '<A HREF="j03.htm" CLASS=ejsmenu>Tatouage</A>';
tlien[0][2] = 'j03.htm';
zlien[0][3] = '<A HREF="j04.htm" CLASS=ejsmenu>R?glementations locales</A>';
tlien[0][3] = 'j04.htm';
zlien[0][4] = '<A HREF="j05.htm" CLASS=ejsmenu>Vaccination</A>';
tlien[0][4] = 'j05.htm';
zlien[0][5] = '<A HREF="j07.htm" CLASS=ejsmenu>Mauvais traitements</A>';
tlien[0][5] = 'j07.htm';
zlien[1][0] = '<A HREF="p01.htm" CLASS=ejsmenu>Le chien de race</A>';
tlien[1][0] = 'p01.htm';
zlien[1][1] = '<A HREF="p02.htm" CLASS=ejsmenu>Les v?t?rinaires</A>';
tlien[1][1] = 'p02.htm';
zlien[1][2] = '<A HREF="p03.htm" CLASS=ejsmenu>L\'?ducation</A>';
tlien[1][2] = 'p03.htm';
zlien[2][0] = '<A HREF="i01.htm" CLASS=ejsmenu>Sites officiels</A>';
tlien[2][0] = 'i01.htm';
zlien[2][1] = '<A HREF="i02.htm" CLASS=ejsmenu>Portails et annuaires</A>';
tlien[2][1] = 'i02.htm';
zlien[2][2] = '<A HREF="i03.htm" CLASS=ejsmenu>Sites sympa ou utiles</A>';
tlien[2][2] = 'i03.htm';
zlien[3][0] = '<A HREF="a00.htm" CLASS=ejsmenu>Pourquoi s\'assurer ?</A>';
tlien[3][0] = 'a00.htm';
zlien[3][1] = '<A HREF="a02.htm" CLASS=ejsmenu>Notre formule d\'assurance</A>';
tlien[3][1] = 'a02.htm';
zlien[3][2] = '<A HREF="a03.htm" CLASS=ejsmenu>Notre cabinet de courtage</A>';
tlien[3][2] = 'a03.htm';
zlien[4][0] = '<A HREF="mailto:contact@transanet.fr?subject=Prise de contact par le site Assurchien.com" CLASS=ejsmenu>e-mail</A>';
tlien[4][0] = 'mailto:contact@transanet.fr?subject=Prise de contact par le site Assurchien.com';
zlien[4][1] = '<A HREF="http://cyberpaie.transanet.fr/cyberpaie/index.php" CLASS=ejsmenu>Cyber-Paiement</A>';
tlien[4][1] = 'http://cyberpaie.transanet.fr/cyberpaie/index.php';
zlien[4][2] = '<A HREF="index.php" CLASS=ejsmenu>Sommaire du site</A>';
tlien[4][2] = 'index.php';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = posYmenu+24;

function pop(msg,urlz,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=190><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onClick=\"window.location = '"+urlz[pass]+"';\" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=2 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=500><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+'\';pop(zlien[0],tlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],tlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Juridique</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],tlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],tlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Pratique</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],tlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],tlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Internet</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],tlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],tlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Assurance</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],tlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],tlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Divers</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')