<!--

/*
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=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#555555";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=270; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#4D5564";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="16";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#F2F4F7";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E87848";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" FAQ'S INDEX "; // <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]=["FAQ's INDEX"] //create header
ssmItems[1]=["Company Related Questions", "faqs_1.php", ""]
ssmItems[2]=["Submitting Images", "faqs_2.php",""]
ssmItems[3]=["Receiving Royalties and Selling Your Images", "faqs_3.php", ""]
ssmItems[4]=["Copyright", "faqs_4.php", ""]
ssmItems[5]=["Press Pass", "faqs_5.php", ""]
ssmItems[6]=["Photo Assignments", "faqs_6.php", ""]
ssmItems[7]=["General Questions", "faqs_7.php", ""]
ssmItems[8]=["Distributorship", "faqs_8.php", ""]
ssmItems[9]=["Purchasing Stock Photos", "faqs_9.php", ""]

buildMenu();

//-->