<!--

/*

*/
YOffset=300; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! 
menuBGColor="black";
menuIsStatic="yes"; //
menuWidth=150; // 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Case Studies"; // <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]=["Menu"] //create header
ssmItems[1]=["UnLtd", "http://www.3tek-solutions.com/unltd.htm", ""]
ssmItems[2]=["The Big Boost", "http://www.3tek-solutions.com/bigboost.htm",""]
ssmItems[3]=["Cavenco", "http://www.3tek-solutions.com/cavenco.htm", ""]
ssmItems[4]=["Stef & Philips", "http://www.3tek-solutions.com/sp.htm", ""]
ssmItems[5]=["MYH", "http://www.3tek-solutions.com/myh.htm", ""]


buildMenu();

//-->