<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=150; 
menuBGColor="#ffff00";
menuIsStatic="yes"; 
menuWidth=150; 
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="000000";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="9";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#ffffff";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="#750604";
barFontFamily="Arial";
barFontSize="3";
barFontColor="ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
// barText='<IMG SRC="../flag_finish.gif">';
barText="TOOLS"; // <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

var i=0;

ssmItems[0] = ["Tool Box"];
for(; i<2; i++){
	ssmItems[i+1]=[textName[i], textURL[i], "_parent"];
}


buildMenu();

//-->