<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#cccccc";
linkOverBGColor="#FF9966";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CCCCCC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#666666";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU APBAT"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["INFORMATION"] //create header
ssmItems[1]=["Accueil", "http://apbat.net/", "_parent"]
ssmItems[2]=["Coordinateurs", "http://apbat.net/coordinateurs/cadre.htm", "_parent"]
ssmItems[3]=["Forum", "http://www.i-services.net/membres/forum/sommaire.php?user=42746", ""]
ssmItems[4]=["Vos Photos Vos Videos", "http://apbatmedia.free.fr/vosphotos/cadre.htm", "_parent"]
ssmItems[5]=["Audiotheque Reportages Radio", "http://apbatmedia.free.fr/discographie/cadre.htm", "_parent"]
ssmItems[6]=["E-mail", "mailto:apbat.mails@gmail.com", ""] //create header

ssmItems[7]=["CONCOURS", "", ""] //create header
ssmItems[8]=["Agility", "http://apbat.net/agility/cadre.htm", "_parent"]
ssmItems[9]=["Cavage", "http://apbat.net/cavage/cadre.htm", "_parent"]
ssmItems[10]=["Campagne", "http://apbat.net/campagne/cadre.htm", "_parent"]
ssmItems[11]=["Obeissance", "http://apbat.net/obeissance/cadre.htm", "_parent"]
ssmItems[12]=["Mondioring", "http://apbat.net/mondioring/cadre.htm", "_parent"]
ssmItems[13]=["Pistage", "http://apbat.net/pistagefr/cadre.htm", ""]
ssmItems[14]=["Pistage F.C.I.", "http://apbat.net/fci/cadre.htm", "_parent"]
ssmItems[15]=["RCI", "http://apbat.net/theme_5.html", ""]
ssmItems[16]=["Recherche Utilitaire", "http://apbat.net/recherche-utilitaire/cadre.htm", "_parent"]
ssmItems[17]=["Ring", "http://apbat.net/theme_1.html", "_parent"]
ssmItems[18]=["Glossaire", "http://apbat.net/theme_4.html", "_parent"]
ssmItems[19]=["Vos Résultats 2007", "http://apbat.net/victoires2007/cadre.htm", "_parent"]


ssmItems[20]

buildMenu();


//-->
