<!--

/*
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="1";
hdrFontColor="white";
hdrBGColor="#cc0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkTextDecoration="none";
linkOverBGColor="#cccccc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#cc0000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=23; // no quotes!!

barText=" ROLL OVER TO EXPAND " ; // <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]=["<a href='#site' style='font-size:7pt;text-decoration:none;color:#000000;'>SITE INFORMATION</a>", "#site", "_self"]
ssmItems[1]=["<a href='#aboutrm' style='font-size:7pt;text-decoration:none;color:#000000;'>ABOUT RIGHTS MANAGED</a>", "#aboutrm", "_self"]
ssmItems[2]=["<a href='#aboutrf' style='font-size:7pt;text-decoration:none;color:#000000;'>ABOUT ROYALTY FREE</a>", "#aboutrf", "_self"]
ssmItems[3]=["<a href='#search' style='font-size:7pt;text-decoration:none;color:#000000;'>SEARCH</a>", "#search", "_self"]
ssmItems[4]=["<a href='#lightbox' style='font-size:7pt;text-decoration:none;color:#000000;'>LIGHTBOX</a>", "#lightbox", "_self"]
ssmItems[5]=["<a href='#cart' style='font-size:7pt;text-decoration:none;color:#000000;'>SHOPPING CART</a>", "#cart", "_self"]

buildMenu();

//-->
