<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Blanc = '#ffffff';
Rouge = '#ff0303';
BleuRoi = '#0099FF';
BleuMarine = '#1a2ec3';
*/
YOffset=140; // no quotes!! distance du haut de la page
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"; /* ffffff */
hdrBGColor="#0069B3"; /* 808080*/
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffffff"; /* 808080*/
linkOverBGColor="#CfCfCf"; /* COCOCO*/
linkTarget="_top";
linkAlign="Left";
barBGColor="#1a2ec3"; /* 0069B3*/
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ff0303"; /* white */
barVAlign="center";
barWidth=20; // no quotes!! c'est la largeur de la bande verticale qui reste visible et sur laquelle on clique

/////////////////////////// C'EST LA QU'ON PERSONNALISE LE CONTENU DU POPUP
barText="C O N T A C T"; // <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>AS Cherbourg Seagulls</strong><br><br>Club de baseball<br><br>Tel : 02 33 53 27 20<br>Fax : 02 33 53 71 90<br><br>Mobile : 06.35.36.97.32<br><br></center>"] //create header

ssmItems[1]=["<center><strong>email</strong></center><br>", "mailto:webmaster@cherbourgseagulls.com", ""]



buildMenu();

//-->
