<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

//****To change the position/location
YOffset=205;        // no quotes!!
XOffset=0;
staticYOffset=30;   // no quotes!!

//****To change the Speed and wati time of Slide in
slideSpeed=20       // no quotes!!
waitTime=100;       // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

//****To change the Menu - BG color,width,columns,static
menuBGColor="#cccccc";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200;      // Must be a multiple of 10! no quotes!!
menuCols=1;

//****To change the Header -Font,color,align,valign,Height 
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";

//****To change the Link - Font,BG color,Over color,Target,Align
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#EEEEEE";
linkOverBGColor="#FFFFFF";
linkTarget="_blank";
linkAlign="Left";
linkColor="#000000";

//****To change the Side Bar - Font,BG color,Align,Width, display Text/Image
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30;             // no quotes!!
barImage="home3.jpg";
barText=""; // <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]=["link1<br/>", "23232323", ""]
ssmItems[1]=["link2<br/>", "23232323", ""]
ssmItems[2]=["link2<br/>", "23232323", ""]
ssmItems[3]=["link2<br/>", "23232323", ""]
ssmItems[4]=["link2<br/>", "23232323", ""]
ssmItems[5]=["link2<br/>", "23232323", ""]
ssmItems[6]=["link2<br/>", "23232323", ""]
ssmItems[7]=["link2<br/>", "23232323", ""]
ssmItems[8]=["link2<br/>", "23232323", ""]
ssmItems[9]=["link2<br/>", "23232323", ""]
ssmItems[10]=["link1<br/>", "23232323", ""]
ssmItems[11]=["link2<br/>", "23232323", ""]
ssmItems[12]=["link2<br/>", "23232323", ""]
ssmItems[13]=["link2<br/>", "23232323", ""]
ssmItems[14]=["link2<br/>", "23232323", ""]
ssmItems[15]=["link2<br/>", "23232323", ""]
ssmItems[16]=["link2<br/>", "23232323", ""]
ssmItems[17]=["link2<br/>", "23232323", ""]
ssmItems[18]=["link2<br/>", "23232323", ""]
ssmItems[19]=["link2<br/>", "23232323", ""]

buildMenu();

//-->