<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
*/
YOffset=15; // 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="no"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#999999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=22; // no quotes!!
barText="SITE ADMIN"; // <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]=["Company Related &#8212;"] //create header

ssmItems[0]=["Manage User Groups", "http://www.weblingual.com/admin/groups_l.cfm", ""]
ssmItems[1]=["Manage Company Types", "http://www.weblingual.com/admin/types_l.cfm",""]
ssmItems[2]=["Manage Companies &amp; Users", "http://www.weblingual.com/admin/companies_l.cfm", ""]

ssmItems[3]=["Reports &#8212;"] //create header
ssmItems[4]=["Page View Counts", "http://www.weblingual.com/reports/PageViewCounts.cfm", ""]
ssmItems[5]=["Average Page Times", "http://www.weblingual.com/reports/averagepagetimes.cfm", ""]

ssmItems[6]=["External (free) &#8212;"] //create header
ssmItems[7]=["Mon.itor.us", "http://mon.itor.us/", "_blank", 1, "no"] //create two column row
ssmItems[8]=["Crazy Egg", "http://crazyegg.com/account/login", "_blank", 1]
ssmItems[9]=["Get Clicky", "http://getclicky.com/user/login", "_blank", 1, "no"] //create two column row
ssmItems[10]=["Browser Shots", "http://browsershots.org/", "_blank", 1]

ssmItems[11]=["Weblingual &#8212;"] //create header
ssmItems[12]=["Del.icio.us (weblingual)", "http://del.icio.us/weblingual", "_blank"]
ssmItems[13]=["Email", "mailto:gembry@weblingual.com", "", 1, "no"] //create two column row
ssmItems[14]=["Questions?", "http://www.weblingual.com/ticketing/index.cfm", "_blank", 1]

buildMenu();

//-->
