<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // no quotes!!
XOffset=5;
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="blacK";
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="Arial";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#808080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#808080";
linkOverBGColor="#COCOCO";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0069B3";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Ascendance"; // <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]=["<center><strong>ASCENDANCE</strong><br><br>Ecole de parapente<br>Rue de la Poste<br>64490 Accous<br>Port : 06 08 46 69 81<br>Tel : 05 59 34 52 07<br><br></center>"] //create header

ssmItems[1]=["<center><strong>Email<br>info@ascendance.fr</strong></center><br>", "mailto:info@ascendance.fr", ""]



buildMenu();

//-->
