
<!--
NS4=(document.layers) ;
NS60=(navigator.userAgent.indexOf("Netscape6/6.0")!=-1);
Opera=(navigator.userAgent.indexOf('Opera')!=-1)||(navigator.appName.indexOf('Opera')!=-1)||(window.opera);
IE4=(document.all&&!Opera) ;
mac=((IE4)&&(navigator.appVersion.indexOf ("Mac")!=-1));
DOM=document.documentElement&&!NS4&&!IE4&&!Opera;
mswnd=(navigator.appVersion.indexOf("Windows")!=-1||navigator.appVersion.indexOf("WinNT")!=-1);
loadHandlers=null;

if(IE4)
	{
	av=navigator.appVersion;
	avi=av.indexOf("MSIE");
	if (avi==-1)
		version = parseInt (av) ;
	  else
		version = parseInt(av.substr(avi+4)) ;
	}
//-->

<!--
if(NS4||IE4||DOM||Opera)
	{
	imgFolder = "images";
	maxlev = 1;
	popAlign = 0;
	bVarWidth = 0;
	bShowDel = 0;
	popupWidth = 170;
	levelOffset = 20;
	bord = 1;
	vertSpace = 5;
	sep = 1;
	sepFrame = false;
	openSameFrame = false;
	cntFrame = "content";
	contentFrame = "content";
	mout = true;
	iconSize = 8;
	closeDelay = 1000;
	tlmOrigBg = "#205C20";
	tlmOrigCol = "White";
	bBitmapScheme = false;
	popupOpacity = 0;
    popupShadow = 5;
    bBitmapPopups = false;
	popupOpenHeight = 0;
	popupLeftPad = 0;
	popupRightPad = 0;
	tlmHlBg = "#E4E4E4";
	tlmHlCol = "#FF0000";
	borderCol = "Black";
	menuHorizontal = false;
	scrollHeight=6;
	}
//-->

<!--
lev0 = new Array ("11px",true,false,"White","#205C20","#FF0000","Arial,Verdana,Helvetica","#E4E4E4") ;
lev1 = new Array ("11px",true,false,"White","#205C20","#FF0000","Arial,Verdana,Helvetica","#E4E4E4") ;

mn1 = new Array
(
"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Chevaux","horses.php",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Produits pour Chevaux","products.php?Cat=Chevaux",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Articles de Chevaux","articles.php?Cat=Chevaux",0
)

mn2 = new Array
(
"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Chiens","dogs.php",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Produits pour Chiens","products.php?Cat=Chiens",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Articles de Chiens","articles.php?Cat=Chiens",0
)

mn3 = new Array
(
"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Chats","cats.php",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Produits pour Chats","products.php?Cat=Chats",0
,"<img name='sximg' src='images/sx_i0.gif' hspace=5 border='0' />Articles de Chats","articles.php?Cat=Chats",0
)




absPath="";
if (sepFrame && !openSameFrame)
	{
	if (document.URL.lastIndexOf("\\")>document.URL.lastIndexOf("/")) {sepCh = "\\" ;} else {sepCh = "/" ;}
	absPath = document.URL.substring(0,document.URL.lastIndexOf(sepCh)+1);
	}
popupOffset = 0;
if(Opera) document.write("<"+"script language='JavaScript1.2' src='scripts/menu_opera.js'><"+"/"+"script>");
else if (NS4) document.write("<"+"script language='JavaScript1.2' src='scripts/menu_ns4.js'><"+"/"+"script>");
else if (document.getElementById) document.write("<"+"script language='JavaScript1.2' src='scripts/menu_dom.js'><"+"/"+"script>");
else document.write("<"+"script language='JavaScript1.2' src='scripts/menu_ie4.js'><"+"/"+"script>");
document.write("<style type='text/css'>\n");
document.write(".CL0 {text-decoration:none;color:White; }\n");
if(!IE4&&!DOM) document.write(".topFold {position:relative}\n");
document.write(((NS4&&!bBitmapScheme)?".mm2":".mit")+" {padding-left:5px;padding-right:10px;}\n");
document.write("</style>\n");
//-->

