<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset=10; // 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="#990000";
hdrBGColor="#fdc370";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#fdc370";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#990000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ADMIN LINKS"; // <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]=["Admin Quick Links"] //create header
ssmItems[1]=["Admin Log In", "http://www.wildwoodworkshop.com/login1/login.php", "_new"]
ssmItems[2]=["Web mail", "http://www.myemail.com", "_new"]
ssmItems[3]=["Testimonials", "http://www.wildwoodworkshop.com/automonial/admin/login.php","_new"]
ssmItems[4]=["Uploaded Pictures", "http://www.wildwoodworkshop.com/tfu/upload/", "_new"]
ssmItems[5]=["Add Furniture pictures", "http://www.wildwoodworkshop.com/galleries/galf/admin/", "_new"]
ssmItems[6]=["Add Kitchen Pictures", "http://www.wildwoodworkshop.com/galleries/galf/admin/", "_new"]
ssmItems[7]=["Live Help", "http://www.photoslidedvd.com/helpcenter/", "_new"]
ssmItems[8]=["Web invoice", "http://www.wildwoodworkshop.com/webinvoice/", "_new"] //create two column row
ssmItems[9]=["Email Webmaster", "mailto:webmaster@wildwoodworkshop.com", "_new"]
ssmItems[10]=["Lost passwords", "http://www.wildwoodworkshop.com/login1/lostpasses/forgotpassiframe.php", "_new"]

buildMenu();

//-->