<!--

/*
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=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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#0000FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#0000FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION MENU"; // <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]=["Western Pennsylvania AATF"] //create header
ssmItems[1]=["Accueil", "index.html", ""]
ssmItems[2]=["Nouvelles", "News.html", ""] 
ssmItems[3]=["Forum", "forum.html", ""] 
ssmItems[4]=["Photos de France", "AlbumPhotoFrance.htm", ""] 
ssmItems[5]=["Western PA AATF Wiki", "http://westernpafrenchteachers.wikispaces.com/",""]
ssmItems[6]=["Liens Utiles", "Links.html", ""]
ssmItems[7]=["Officiers", "Officiers.html", ""]
ssmItems[8]=["Defense du Français", "advocacy.html", ""]
ssmItems[9]=["Immersion Française PITT", "Tunisia.htm", ""]
ssmItems[10]=["Nouvelles pour Française expat", "FrenchNews.htm", ""]

buildMenu();

//-->