<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=5; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF"; //menu border color
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="009EEA";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#E7EFFF";
linkOverBGColor="#EBCBED";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF9933";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=147; // no quotes!!
barText='<IMG src="../image/main_menu.gif"'; // <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]=[" RAJUK"] //create header
ssmItems[1]=["HOME PAGE", "../index.htm", ""]
ssmItems[2]=["PLANNING", "../planning/index.htm", ""]
ssmItems[3]=["DEVELOPMENT", "../development/index.htm",""]
ssmItems[4]=["DEVELOPMENT CONTROL", "../development_control/index.htm", ""]
ssmItems[5]=["LAND ACQUISITION", "../land_acquisition/index.htm", ""]
ssmItems[6]=["RAJUK PROJECTS", "../rajuk_projects/index.htm", ""]
ssmItems[7]=["CITIZEN CHARTER", "../citizenCharter/index.htm", ""]
ssmItems[8]=["ABOUT RAJUK", "../about_rajuk/index.htm", ""]
ssmItems[9]=["RAJUK NOTICE", "../rajuk_notice/index.htm", ""]
ssmItems[10]=["FACTS ABOUT DHAKA", "../about_dhaka/index.htm", ""]
ssmItems[11]=["FAQ", "../faq/index.htm", ""]
ssmItems[12]=["CONTACT INFORMATION", "../contact_information/index.htm", ""]
ssmItems[13]=["SITE MAP", "../site_map/index.htm", ""]
buildMenu();

//-->