<!--

/*
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="#CCCCCC";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#84E07D";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="50";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#EF9A49";
linkTarget="_top";
linkAlign="Left";
barBGColor="#DCDCDC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Side Menu"; // <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]=[""] //create header
ssmItems[1]=["ITAF 2010", "itaf.php", ""]
ssmItems[2]=["Aims and Objective", "maksud.php",""]
ssmItems[3]=["Activity Profile", "profil.php", ""]
ssmItems[4]=["Contact", "contact.php", "", 1, "no"] //create two column row
ssmItems[5]=["Email", "mailto:syari@antheus.co.id", "",1]

ssmItems[6]=["", "", ""] //create header
ssmItems[7]=["Home", "http://www.itaf.com", ""]
ssmItems[8]=["Downloads", "download.php", ""]
ssmItems[9]=["Documentation", "dokumentasi.php", ""]
ssmItems[10]=["Visitor Form", "visitor_form.php", ""]

buildMenu();

//-->