<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=133; // no quotes!!
XOffset=0;
staticYOffset=0; // 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="#009966";
menuIsStatic="Yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="#009966";
hdrAlign="right";
hdrVAlign="right";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="2";
linkFontColor="#000000";
linkBGColor="#33cc99";
linkOverBGColor="#66ccff";
linkTarget="_blank";
linkAlign="right";
barBGColor="#009966";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=25; // no quotes!!
barText=" Natalia Manley Textile Artist "; 

// <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]=[""] //create header
ssmItems[1]=["Home", "index.htm", "_self",]
ssmItems[2]=["Introduction", "index.htm", "_self",]
ssmItems[3]=[""] //create header
ssmItems[4]=["Private Universe", "Site2/Private Universe/index.htm", "_self"]
ssmItems[5]=["Tradition Gallery ", "Site2/Tradition/index.htm", "_self"]
ssmItems[6]=["Nature Gallery","Site2/Nature/index.htm" ,"_self"]
ssmItems[7]=["Recent work","Gallery4or/index.htm" ,"_self"]
ssmItems[8]=[""] //create header
ssmItems[9]=["Shop","Shop/Patterns/shop.htm", "_self"]
ssmItems[10]=["Competition","competitionwinner.htm", "_self"]
ssmItems[11]=["C.V.", "cv.htm", "_self"]
ssmItems[12]=["Useful Links", "http://www.links.ournet.co.uk", "_blank",]
ssmItems[13]=["e-mail", "mailto:paul@manley.omnia.co.uk", "",]
buildMenu();

//-->