<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // 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=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Adobe Garamond Pro";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#A54B9A";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Adobe Garamond Pro";
linkFontSize="1";
linkFontColor="#A54B9A";
linkBGColor="#FFFFFF";
linkOverBGColor="CCCCCC";
linkTarget="_top";
linkAlign="center";
barBGColor="#666699";
barFontFamily="Adobe Garamond Pro";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=14; // no quotes!!
barText="SOMMAIRE"; // <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]=["SOMMAIRE"] //create header
ssmItems[1]=["Accueil", "http://reynaldo-hahn.net/index.htm", "_top"]
ssmItems[2]=["HISTORIQUE"]
ssmItems[3]=["Portrait", "http://reynaldo-hahn.net/Html/portrait.htm", "_top"]
ssmItems[4]=["Salons 1900", "http://reynaldo-hahn.net/Html/salons1.htm", "_top"]
ssmItems[5]=["Chronologie", "http://reynaldo-hahn.net/Html/chronologie.htm", "_top"]
ssmItems[6]=["ANALYSE"]

ssmItems[7]=["Danse", "http://reynaldo-hahn.net/Html/danse.htm", "_top", 1, "no"] //create two column row
ssmItems[8]=["Albums", "http://reynaldo-hahn.net/Html/albumsommaire.htm", "_top",1]

ssmItems[9]=["Musique pure", "http://reynaldo-hahn.net/Html/puresommaire.htm", "_top", 1, "no"] 
ssmItems[10]=["Poèmes", "http://reynaldo-hahn.net/Html/poemes.htm", "_top",1]
ssmItems[11]=["DIVERS"]
ssmItems[12]=["Galerie", "http://reynaldo-hahn.net/Html/photos.htm", "_top",1, "no"]
ssmItems[13]=["Audio", "http://reynaldo-hahn.net/Html/audio.htm", "_top",1]

ssmItems[14]=["Liens", "http://reynaldo-hahn.net/Html/liens.htm", "_top",1, "no"]
ssmItems[15]=["Textes", "http://reynaldo-hahn.net/Html/textes.htm", "_top",1]
ssmItems[16]=[""]
ssmItems[17]=[""]
buildMenu();

//-->