<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=25; // no quotes!!
XOffset=0;
staticYOffset=17; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=80; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Georgia";
linkFontSize="1";
linkBGColor="#709868";
linkOverBGColor="#ff9830";
linkTarget="_top";
linkAlign="Left";
barBGColor="#709868";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="ff9830";
barVAlign="center";
barWidth=20; // no quotes!!
barText="info 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]=["Biography"] //create header
ssmItems[1]=["Biography", "#bio", "mainFrame"]
ssmItems[2]=["Contact"] //create header
ssmItems[3]=["Contact", "#contact", "mainFrame"]
ssmItems[4]=["In publications"] //create header
ssmItems[5]=["Interview", "interview.htm"]
ssmItems[6]=["Article 1", "new_art.htm"]
ssmItems[7]=["Résumé"]
ssmItems[8]=["Résumé", "#resume", "mainFrame"]
ssmItems[9]=["Solo Exhibitions", "#solo", "mainFrame"]
ssmItems[10]=["Group Exhibitions", "#group", "mainFrame"]
ssmItems[11]=["Awards", "#awards", "mainFrame"]
ssmItems[12]=["Illustrations", "#illustrations", "mainFrame"]
ssmItems[13]=["Publications", "#publications", "mainFrame"]
ssmItems[14]=["Films & Television", "#film", "mainFrame"]
ssmItems[15]=["Public Collections", "#public", "mainFrame"]
ssmItems[16]=["Top"]
ssmItems[17]=["Top of this page", "#top", "mainFrame"]

buildMenu();

//-->
