<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#336699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#9F71D7";
linkTarget="_self";
linkAlign="Left";
barBGColor="#008000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Choose A Subsection"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmitems3[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmitems3[0]=["Collections", "http://www.dinoriders.com/Collections.htm", ""]
ssmitems3[1]=["Customs", "http://www.dinoriders.com/Customs.htm", ""]
ssmitems3[2]=["Fan Art", "http://www.dinoriders.com/Fan%20Art.htm", ""]
ssmitems3[3]=["Art Work", "http://www.dinoriders.com/Art%20Work.htm", ""]
ssmitems3[4]=["3-D Models", "http://www.dinoriders.com/Fan%20Corner%20-%203D%20Models.htm", ""]


buildMenu();

//-->