/* Dropdown Menu v1.0b based on script written by Mark Wilton-Jones */

/* Variables declaration */
var timer;
var mNameNum = 0;
var mLev = [0];
var olddiv = new Array();

/* Menu behaviour configuration */
var LKAmenu = new initMenu(
36, 8,
19, 172, 180,
"#063666",	/* Menu 1st Level font Normal color */
"#063666",	/* Menu 1st Level font Highlight color */
"#C9C9C7",	/* Menu 1st Level font background Normal color */
"#999999",	/* Menu 1st Level font background Highlight color */
"#C9C9C7",	/* Menu 1st Level Border color */
"#063666",	/* Menu 2nd Level onwards font Normal color */
"#063666",	/* Menu 2nd Level onwards font Highlight color */
"#C9C9C7",	/* Menu 2nd Level onwards font background Normal color */
"#999999",	/* Menu 2nd Level onwards font background Highlight color */
"#999999",	/* Menu 2nd Level onwards Border color */
"Verdana",	/* Menu All Level font name */
10,		/* Menu All Level font size */
"bold",		/* Menu All Level font weight */
3,		/* Menu All Level style */
500,		/* Menu Time Out delay */
1,		/* Menu 1st Level type 0-Vertical 1-Horizontal */
0		/* Menu 2nd Level onwards type 0-Vertical 1-Horizontal */
);

/* Menu content */
LKAmenu.sub[0] = new menuBox("HOME","/","_self",52);
LKAmenu.sub[1] = new menuBox("PRODUCTS & SERVICES","","",152);
LKAmenu.sub[1].sub[0] = new menuBox("BROADCASTING","broadcast.shtml","_self",105);
LKAmenu.sub[1].sub[1] = new menuBox("TELECOMMUNICATION SERVICES","/services.shtml","_self",175);
LKAmenu.sub[1].sub[2] = new menuBox("TELECOMMUNICATION PRODUCTS","/products.shtml","_self",175);
LKAmenu.sub[2] = new menuBox("OUR PROFILE","","",98);
LKAmenu.sub[2].sub[0] = new menuBox("ACHIEVEMENTS","/achievements.shtml","_self",105);
LKAmenu.sub[2].sub[1] = new menuBox("CLIENTELE","/clients.shtml","_self",90);
LKAmenu.sub[2].sub[2] = new menuBox("GROUP OF COMPANIES","/associates.shtml","_self",130);
LKAmenu.sub[2].sub[3] = new menuBox("PRINCIPALS","/associates.shtml","_self",90);
LKAmenu.sub[2].sub[4] = new menuBox("OFFICE LOCATION","/location.shtml","_self",110);
LKAmenu.sub[3] = new menuBox("NEWS","/news.shtml","_self",50);
LKAmenu.sub[4] = new menuBox("CONTACT US","/contactus.shtml","_self",90);
LKAmenu.build();