<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=230; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#D0D0D0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=12; // no quotes!!
barText=":Portfolio:"; // <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]=["Our Clients"] //create header
ssmItems[1]=["BPR", "default.asp?pid=portfolio&portfolioid=bpr", ""]
ssmItems[2]=["Instant Access", "default.asp?pid=portfolio&portfolioid=instaccess",""]
ssmItems[3]=["Instant Hire", "default.asp?pid=portfolio&portfolioid=cyhire", ""]
ssmItems[4]=["Look Ink", "default.asp?pid=portfolio&portfolioid=lookink", ""]
ssmItems[5]=["AB Office Solutions", "default.asp?pid=portfolio&portfolioid=aboffice", ""]
ssmItems[6]=["AB Office CRM", "default.asp?pid=portfolio&portfolioid=abofficecrm", ""]
ssmItems[7]=["e-wholesale.com.au", "default.asp?pid=portfolio&portfolioid=ewholesale", ""]
ssmItems[8]=["Value Systems", "default.asp?pid=portfolio&portfolioid=valuesystems", ""]
ssmItems[9]=["Raj Prasad &amp; Co.", "default.asp?pid=portfolio&portfolioid=rajprasad", ""]
ssmItems[10]=["CALLCENTRE Services", "default.asp?pid=portfolio&portfolioid=callcentre_services", ""]

buildMenu();

//-->
