﻿<!--

/*
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=10; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=50; // 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=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF6600";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="Bons plans"; // <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]=["Jeux concours - A gagner :"] //create header
ssmItems[1]=["un séjour aux Iles Canaries", "http://tracking.publicidees.com/clic.php?partid=17904&progid=1435&promoid=32465", "_new"]
ssmItems[2]=["Un séjour en Toscane", "http://clic.reussissonsensemble.fr/click.asp?ref=341615&site=6664&type=b3&bnb=3","_new"]
ssmItems[3]=["une chambre de bébé", "http://clic.reussissonsensemble.fr/click.asp?ref=341615&site=6667&type=b7&bnb=7", "_new"]
ssmItems[4]=["1 Peugeot 207 CC Sport Pack", "http://www.wipub.com/clic.php?id_annonceur=3965&visuel=21040&id_affilie=27853", "_new"]
ssmItems[5]=["1 voiture Renault Twingo Eco2 (7990 euros)", "http://ad.zanox.com/ppc/?13970668C1017940786T", "_new"]
ssmItems[6]=["1 voiture Citroën C1 (9799 euros)", "http://tracking.publicidees.com/clic.php?partid=17904&progid=961&promoid=32097", "_new"]
ssmItems[7]=["Tous les jeux concours ...", "http://www.atoutconso.com/jeux-concours.html", ""]

ssmItems[8]=["Echantillons Gratuits", "", ""] 
ssmItems[9]=["Recevez un string gratuitement !", "http://clic.reussissonsensemble.fr/click.asp?ref=341615&site=4525&type=b91&bnb=91", "_new"]
ssmItems[10]=["Recevez le double album collector Lucky Luke ", "http://tracking.publicidees.com/clic.php?partid=17904&progid=890&promoid=30794", "_new"]
ssmItems[11]=["Recevez gratuitement votre MUG personnalisé", "http://clic.reussissonsensemble.fr/click.asp?ref=341615&site=4519&type=text&tnb=24", "_new"]
ssmItems[12]=["Tous les échantillons gratuits ...", "http://www.atoutconso.com/echantillons-gratuit.html", ""]


buildMenu();

//-->