/***********************************************
* Slide Menu script 
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!


bordercolor:'#000000', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'#000000',        // bar (the vertical cell) text color
barbgcolor:'#FFA500',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'90%',          // express as percentage with the % sign
hdingcolor:'#000000',      // heading - non linked horizontal cells text color
hdingbgcolor:'#CCFF00',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'center',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)


bartext:'QUICK LINKS',
fontsize:'90%', // express as percentage with the % sign
linkheight:30 ,  // linked horizontal cells height
hdingwidth:135 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["Our Services", "services.html", ""],
["Application Form", "apply.html", ""],
["How It Works", "howitwork.html",""],
["Requirement", "requirement.html", ""],
["Fee", "fee.html", ""],
["FAQ", "faq.html", ""],
["Member Login", "http://webmail.creditbond.net", "_new"],
["Facebook", "http://www.facebook.com", "_new"] //no comma after last entry

]}; // REQUIRED!! do not edit or remove



////////////////////Stop Editing/////////////////

make_menus();
