<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="transparent";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=75; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#537bac";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="transparent";
linkOverBGColor="#ffff99";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION 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]=["Home", "http://www.bonnierannald.com/index.htm", ""]
ssmItems[2]=["Gallery ", "http://www.bonnierannald.com/gallery_menu.htm",""]
ssmItems[3]=["Orders", "http://www.bonnierannald.com/orders.htm", ""]
ssmItems[4]=["About Us", "http://www.bonnierannald.com/about.htm", ""]
ssmItems[5]=["Site Map", "http://www.bonnierannald.com/site_map.htm", ""]
ssmItems[6]=["Privacy", "http://www.bonnierannald.com/privacy.htm", ""]
ssmItems[7]=["Blog", "http://bonnierannald.blogspot.com", ""]
ssmItems[8]=["Graphics", "http://www.bonnierannald.com/graphics.htm", ""]
ssmItems[9]=["Links", "http://www.bonnierannald.com/links.htm", ""]
ssmItems[10]=["Returns", "http://www.bonnierannald.com/returns.htm", ""]
buildMenu();

//-->