<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=05; // no quotes!!
XOffset=0;
staticYOffset=31; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="lightgrey";
linkOverBGColor="red";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="+ WEBCAMS"; // <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]= ["Names/Noms"] //create header
ssmItems[1]= ["Avoriaz (Station)        ", "javascript:webcam_panoramic('webcam_avoriaz.html')",""]
ssmItems[2]= ["Bonneval-sur-Arc         ", "javascript:webcam_704x576('webcam_bonneval.html')",""]
ssmItems[3]= ["Bossons (Chalet-Beaumont)", "javascript:webcam_640x480('webcam_bossons.html')",""]
ssmItems[4]= ["La Clusaz (Station)      ", "javascript:webcam_panoramic('webcam_clusaz_02.html')",""]
ssmItems[5]= ["Champagny-en-Vanoise     ", "javascript:webcam_panoramic('webcam_champagny.html')",""]
ssmItems[6]= ["Châtel (Station)         ", "javascript:webcam_panoramic('webcam_chatel.html')",""]
ssmItems[7]= ["Combloux (Vallée)        ", "javascript:webcam_panoramic('webcam_combloux.html')",""]
ssmItems[8]= ["Les Contamines (Signal)  ", "javascript:webcam_panoramic('webcam_contamines.html')",""]
ssmItems[9]= ["Flaine (Panoramique)     ", "javascript:webcam_panoramic('webcam_flaine_panoramic.html')",""]
ssmItems[10]=["Genève (Divers)          ", "javascript:webcam_640x480('webcam_geneve.html')",""]
ssmItems[11]=["La Féclaz (Station)      ", "javascript:webcam_lafeclaz('webcam_lafeclaz_panoramic.html')",""]
ssmItems[12]=["La Grave / La Meije      ", "javascript:webcam_755x385('webcam_grave.html')",""]
ssmItems[13]=["Grenoble (Vallée)        ", "javascript:webcam_640x480('webcam_grenoble_02.html')",""]
ssmItems[14]=["Hauteluce (Mt-Blanc)     ", "javascript:webcam_704x576('webcam_hauteluce.html')",""]
ssmItems[15]=["Lelex  (Panoramique)     ", "javascript:webcam_panoramic('webcam_lelex_panoramic.html')",""]
ssmItems[16]=["Lyon (Périphérique-Nord) ", "javascript:webcam_320x240('webcam_lyon_03.html')",""]
ssmItems[17]=["Les Marches (Long-Load)  ", "javascript:webcam_850x750('http://80.13.185.47:9000/view/index.shtml')",""]
ssmItems[18]=["Margeriaz (Station)      ", "javascript:webcam_1280x480('webcam_margeriaz.html')",""]
ssmItems[19]=["Méribel (Station)        ", "javascript:webcam_1375x572('webcam_meribel.html')",""]
ssmItems[20]=["Montchavin (Station)     ", "javascript:webcam_panoramic('webcam_montchavin.html')",""]
ssmItems[21]=["Morzine (Station)        ", "javascript:webcam_panoramic('webcam_morzine.html')",""]
ssmItems[22]=["Planfait (Décollage)     ", "javascript:webcam_500x400('webcam_planfait_01.html')",""]
ssmItems[23]=["Portes du Soleil         ", "javascript:webcam_panoramic('webcam_portesdusoleil.html')",""]
ssmItems[24]=["La Norma (Station)       ", "javascript:webcam_panoramic('webcam_lanorma.html')",""]
ssmItems[25]=["St-Jean-d'Arves (Station)", "javascript:webcam_720x320('webcam_saint-jean-d-arves.html')",""]
ssmItems[26]=["St-François-Longchamp    ", "javascript:webcam_panoramic('webcam_stfrancois.html')",""]
ssmItems[27]=["Samoëns (Station)        ", "javascript:webcam_panoramic_01('webcam_samoens.html')",""]
ssmItems[28]=["La Tania (Station)       ", "javascript:webcam_640x480('webcam_latania.html')",""]
ssmItems[29]=["Valmorel (Station)       ", "javascript:webcam_panoramic('webcam_valmorel.html')",""]
ssmItems[30]=["Versoud (St Eynard)      ", "javascript:webcam_640x480('webcam_versoud.html')",""]
ssmItems[31]=["+ Webcams (Trinum)       ", "javascript:webcam_900x600('http://www.webcam-ski.com/')",""]

buildMenu();

//-->

