<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="01,62,CB";
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="01,62,CB";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="01,62,CB";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText="HOYA LIVE CHAT"; // <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]=["Cape Town"] //create header
ssmItems[1]=["Accounts", "http://www.hoya.co.za/hoya/docs/cpt_accounts.php", "_new"]
ssmItems[2]=["Customer Service", "http://www.hoya.co.za/hoya/docs/cpt_customer_service.php","_new"]
ssmItems[3]=["Credits", "http://www.hoya.co.za/hoya/docs/cpt_credits.php", "_new"]

ssmItems[4]=["Durban", "", ""] //create header
ssmItems[5]=["Accounts", "http://www.hoya.co.za/hoya/docs/dbn_accounts.php", "_new"]
ssmItems[6]=["Customer Service", "http://www.hoya.co.za/hoya/docs/dbn_customer_service.php", "_new"]
ssmItems[7]=["Credits", "http://www.hoya.co.za/hoya/docs/dbn_credits.php", "_new"]

ssmItems[8]=["Johannesburg", "", ""] //create header
ssmItems[9]=["Accounts", "http://www.hoya.co.za/hoya/docs/jhb_accounts.php", "_new"]
ssmItems[10]=["Customer Service", "http://www.hoya.co.za/hoya/docs/jhb_customer_service.php", "_new"]
ssmItems[11]=["Credits", "http://www.hoya.co.za/hoya/docs/jhb_credits.php", "_new"]

buildMenu();

//-->