<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=140; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="Click for 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]=["Site Guide"] //create header
ssmItems[1]=["Home", "index.html", ""]


ssmItems[2]=["About Me", "about.html", ""]

ssmItems[3]=["Contact", "contact.html", ""]



ssmItems[4]=["Photo Series", "", ""] //create header
ssmItems[5]=["Culture", "culture.html", ""]
ssmItems[6]=["Daily life", "daily.html", ""]
ssmItems[7]=["Politics", "politics.html", ""]
ssmItems[8]=["Sport", "sport.html", ""]

buildMenu();

//-->