
YOffset=89; // no quotes!!
XOffset=0;
staticYOffset=10; // 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="#9C71CE";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#9C71CE";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9C71CE";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="Relevant"; // <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]=["Instant Access"] //create header
ssmItems[1]=["Commissioners", "comms.htm", ""]
ssmItems[2]=["Acts and Reports", "acts_rep.htm", ""]
ssmItems[3]=["Press Releases", "nepali/press_reln.htm", ""]
ssmItems[4]=["Corruption Cases", "corruption_case.htm", ""]
ssmItems[5]=["News Letters", "news.htm", ""]
ssmItems[6]=["CIAA Brochure", "nepali/jhola/CIAA_Brochure_Final.pdf", "_blank"]
ssmItems[7]=["Contact Us", "contact.htm", "_blank"]

buildMenu();

//-->