<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#333333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#cc9900";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#666666";
linkFontColor="white";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["MENU"] //create header
ssmItems[1]=["Statement", "leon_ceramics/statement.htm",""]
ssmItems[2]=["Gallery One", "leon_ceramics/gallery1.htm",""]
ssmItems[3]=["Gallery Two", "leon_ceramics/gallery2.htm",""]
ssmItems[4]=["Gallery Three", "leon_ceramics/gallery3.htm",""]
ssmItems[5]=["Raku Gallery", "leon_ceramics/raku/gallery_raku.htm",""]

ssmItems[6]=["Working Methods"] //create header
ssmItems[7]=["Making a Tea Pot", "leon_ceramics/working_methods.htm",""] 

ssmItems[8]=["Projects"] //create header
ssmItems[9]=["Build a Raku Kiln", "leon_ceramics/raku_kiln/raku_kiln.htm",""]
ssmItems[10]=["Raku Gallery", "leon_ceramics/raku/gallery_raku.htm",""]

ssmItems[11]=["Other Interests"] //create header
ssmItems[12]=["Aberstwyth Festival", "aberystwyth/aberyswyth_home.htm",""]
ssmItems[13]=["Utrecht Visit", "leon_ceramics/utrecht.htm",""]
ssmItems[14]=["Links Out", "leon_ceramics/links.htm",""]

ssmItems[15]=["Games"] //create header
ssmItems[16]=["Potters online Crossword","crosswords/crossword1.htm",""]
buildMenu();

//-->
