<!--

/*
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=1; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="yellow";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=4;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="WHITE";
//hdrBGColor="#9370DB";#008282
hdrBGColor="#008282";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="lightpink";
linkOverBGColor="ghostwhite";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008282";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText="SEE INSIDE"; // <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]=["Menu"] //create header
ssmItems[1]=["KBK At a Glance", "ataglance.htm ", ""]
ssmItems[2]=["Districts of KBK", "districts_of_kbk.htm", ""]
ssmItems[3]=["Common Features ", "commonfeatures.htm", ""]
ssmItems[4]=["Background", "background.htm", ""]
ssmItems[5]=["RLTAP", "rlatp.htm", ""]
ssmItems[6]=["Development Strategies","strategies.htm", ""]
ssmItems[7]=["Annual Action Plan", "actionmenu.htm", ""]
ssmItems[8]=["Physical & Financial Achievement", "phyfin.htm", ""]
ssmItems[9]=["Organisation", "organisation.htm", ""]
ssmItems[10]=["Success Stories", "success story-1.htm", ""]
ssmItems[11]=["Contact/Suggetions", "feedback-suggestion.htm", ""]
ssmItems[12]=["Photo Gallary", "photogalery1.htm", ""]
ssmItems[13]=["HOME", "main.htm", ""]


buildMenu();

//-->