<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=22; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=2 // 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=180; // Must be a multiple of 10! no quotes!!
menuCols=13;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#FBAF5D";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#603913";
barFontFamily="arial";
barFontSize="2";
barFontColor="#EEDAC2";
barVAlign="center";
barWidth=20; // no quotes!!
barText="pages"; // <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]=["01", "bp_gl01.htm",target="main", 1, "no"] //create two column row
ssmItems[1]=["02", "bp_gl02.htm",target="main", 1, "no"]
ssmItems[2]=["03", "bp_gl03.htm",target="main", 1, "no"]
ssmItems[3]=["04", "bp_gl04.htm",target="main", 1, "no"]
ssmItems[4]=["05", "bp_gl05.htm",target="main",1, "no"]
ssmItems[5]=["06", "bp_gl06.htm", target="main", 1, "no"]
ssmItems[6]=["07", "bp_gl07.htm", target="main", 1, "no"]
ssmItems[7]=["08", "bp_gl08.htm", target="main", 1]
ssmItems[8]=["09", "bp_gl09.htm", target="main", 1, "no"]
ssmItems[9]=["10", "bp_gl10.htm", target="main",1, "no"]
ssmItems[10]=["11", "bp_gl11.htm", target="main", 1, "no"]
ssmItems[11]=["12", "bp_gl12.htm", target="main", 1, "no"]
ssmItems[12]=["13", "bp_gl13.htm",target="main", 1, "no"]
ssmItems[13]=["14", "bp_gl14.htm", target="main", 1, "no"]  
ssmItems[14]=["15", "bp_gl15.htm",target="main", 1, "no"]
ssmItems[15]=["16", "bp_gl16.htm", target="main", 1]


buildMenu();

//-->
