<!--

/*
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]= ["Annecy (Panoramique)     ", "javascript:webcam_999x527('webcam_planfait_pano.html')",""]
ssmItems[2]= ["Avoriaz (Station)        ", "javascript:webcam_panoramic('webcam_avoriaz.html')",""]
ssmItems[3]= ["Les Arcs (Station)       ", "javascript:webcam_704x576('webcam_arcs_02.html')",""]
ssmItems[4]= ["Bonneval-sur-Arc         ", "javascript:webcam_704x576('webcam_bonneval.html')",""]
ssmItems[5]= ["Bossons (Chalet-Beaumont)", "javascript:webcam_640x480('webcam_bossons.html')",""]
ssmItems[6]= ["La Clusaz (Station)      ", "javascript:webcam_panoramic('webcam_clusaz_02.html')",""]
ssmItems[7]= ["Champagny-en-Vanoise     ", "javascript:webcam_704x576('webcam_champagny.html')",""]
ssmItems[8]= ["Châtel (les Chouettes)   ", "javascript:webcam_704x576('webcam_chatel.html')",""]
ssmItems[9]= ["Combloux (Vallée)        ", "javascript:webcam_704x576('webcam_combloux.html')",""]
ssmItems[10]=["Les Contamines (Signal)  ", "javascript:webcam_991x263('webcam_contamines.html')",""]
ssmItems[11]=["Flaine (Panoramique)     ", "javascript:webcam_panoramic('webcam_flaine_panoramic.html')",""]
ssmItems[12]=["Genève (Divers)          ", "javascript:webcam_640x480('webcam_geneve.html')",""]
ssmItems[13]=["La Féclaz (Station)      ", "javascript:webcam_lafeclaz('webcam_lafeclaz_panoramic.html')",""]
ssmItems[14]=["La Grave / La Meije      ", "javascript:webcam_755x385('webcam_grave.html')",""]
ssmItems[15]=["Grenoble (Vallée)        ", "javascript:webcam_640x480('webcam_grenoble_02.html')",""]
ssmItems[16]=["Hauteluce (Mt-Blanc)     ", "javascript:webcam_704x576('webcam_hauteluce.html')",""]
ssmItems[17]=["Lelex  (Panoramique)     ", "javascript:webcam_panoramic('webcam_lelex_panoramic.html')",""]
ssmItems[18]=["Lumbin (Funiculaire)     ", "javascript:webcam_500x400('webcam_funiculaire.html')",""]
ssmItems[19]=["Lyon (Périphérique-Nord) ", "javascript:webcam_320x240('webcam_lyon_03.html')",""]
ssmItems[20]=["Margeriaz (Station)      ", "javascript:webcam_1280x480('webcam_margeriaz.html')",""]
ssmItems[21]=["Méribel (Station)        ", "javascript:webcam_1375x572('webcam_meribel.html')",""]
ssmItems[22]=["Montchavin (Station)     ", "javascript:webcam_panoramic('webcam_montchavin.html')",""]
ssmItems[23]=["Morzine (Station)        ", "javascript:webcam_790x625('webcam_morzine.html')",""]
ssmItems[24]=["Planfait (Décollage)     ", "javascript:webcam_500x400('webcam_planfait_01.html')",""]
ssmItems[25]=["La Norma (Station)       ", "javascript:webcam_750x580('webcam_lanorma.html')",""]
ssmItems[26]=["St-Jean-d'Arves (Station)", "javascript:webcam_720x320('webcam_saint-jean-d-arves.html')",""]
ssmItems[27]=["St-François-Longchamp    ", "javascript:webcam_panoramic('webcam_stfrancois.html')",""]
ssmItems[28]=["Samoëns (Station)        ", "javascript:webcam_704x576('webcam_samoens.html')",""]
ssmItems[29]=["La Tania (Station)       ", "javascript:webcam_640x480('webcam_latania.html')",""]
ssmItems[30]=["Valmorel (Station)       ", "javascript:webcam_panoramic('webcam_valmorel.html')",""]
ssmItems[31]=["+ Webcams (Trinum)       ", "javascript:webcam_900x600('http://www.webcam-ski.com/region.php3?region=Alpes%20du%20Nord')",""]

buildMenu();

//-->
