<!--

/*
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=50; // 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=" SUBMITTING IMAGES "; // <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]=["SUBMITTING IMAGES"] //create header
ssmItems[1]=["About Picture Stock and What We Do", "submitting_images.php#1", ""]
ssmItems[2]=["What Is Stock Photography?", "submitting_images.php#2",""]
ssmItems[3]=["Marketing and Selling Your Images", "submitting_images.php#3", ""]
ssmItems[4]=["What Makes A Good Stock Photo?", "submitting_images.php#4.php", ""]
ssmItems[5]=["Getting Started As a Stock Photographer", "submitting_images.php#5", ""]
ssmItems[6]=["Working With Stock Agencies Yourself", "submitting_images.php#6", ""]
ssmItems[7]=["Using Picture Stock to Sell Your Images", "submitting_images.php#7", ""]
ssmItems[8]=["Picture Subjects We Are Looking For", "submitting_images.php#8", ""]
ssmItems[9]=["Image Formats We Accept", "submitting_images.php#9", ""]
ssmItems[10]=["Copyright Information", "submitting_images.php#10", ""]
ssmItems[11]=["When Is A Model Release Required?", "submitting_images.php#11", ""]
ssmItems[12]=["How We Handle Your Material", "submitting_images.php#12", ""]
ssmItems[13]=["Preparing a Submission ", "submitting_images.php#13", ""]
ssmItems[14]=["How to Package and Ship Your Images", "submitting_images.php#14", ""]
ssmItems[15]=["Receiving Royalties for Your Images", "submitting_images.php#15", ""]
ssmItems[16]=["Image Submission Fees", "submitting_images.php#16.php", ""]
ssmItems[17]=["How To Get Started Now With Your FREE Kit", "submitting_images.php#17", ""]

buildMenu();

//-->