var sample = new Array();
sample[0] = new Array("topnav1","topnav1","100");

var topnav1 = new Array();

// Menu Definitions
// ------------------------------
// "iM" - is type of menu, 'iM' is for image menu items, 'M' is text menu items, and 'L' for text link items
// "" - not used, leave as is
// "Home" - display text for the message bar in the browser
// "#" - link for main menu item
// "topnav11" - submenu array name
// "0" - submenu width in pixels, NOTE:  SET TO ZERO IF NO SUBMENUS TO PREVENT LAYER FROM OVERWRITING PAGE TEXT
// "0" - determinate of whether the menu will have an arrow for submenus, 0 is no, 1 is yes, "" is default to stylesheet variable
// "home.gif" - mouseoff image name
// "home_on.gif" - mouseover image name
// "48" - image width of swapping images
// "25" - image height of swapping images

topnav1[0] = new Array("iM", "", "Home", "../nwsiweb/default.asp", "topnav11", "0", "0", "home.gif", "home_on.gif", "47", "25");
topnav1[1] = new Array("iM", "", "About NSI", "../nwsiweb/about_us.asp", "topnav12", "121", "0", "aboutnsi.gif", "aboutnsi_on.gif", "91", "25");
topnav1[2] = new Array("iM", "", "", "../nwsiweb/clients.asp", "topnav13", "80", "0", "clients.gif", "clients_on.gif", "68", "25");
topnav1[3] = new Array("iM", "", "", "../nwsiweb/awards.asp?T=all", "topnav14", "110", "0", "testimonials.gif", "testimonials_on.gif", "93", "25");
topnav1[4] = new Array("iM", "", "", "../nwsiweb/solutions.asp?project=all", "topnav15", "122", "0", "proj_sol.gif", "proj_sol_mo.gif", "122", "25");
topnav1[5] = new Array("iM", "", "", "../nwsiweb/government.asp", "topnav16", "98", "0", "governement.gif", "governement_on.gif", "98", "25");
topnav1[6] = new Array("iM", "", "", "#", "topnav17", "117", "0", "our_emps.gif", "our_emps_on.gif", "117", "25");

// HOME
var topnav11 = new Array();

// ABOUT
var topnav12 = new Array();
topnav12[0] = new Array("L", "&nbsp;&nbsp;Overview", "Overview", "../nwsiweb/about_us.asp?nsiky=212124", "", "");
topnav12[1] = new Array("L", "&nbsp;&nbsp;Successes", "Successes", "../nwsiweb/about_us.asp?nsiky=253582", "", "");
topnav12[2] = new Array("L", "&nbsp;&nbsp;Core Competencies", "Core Competencies", "../nwsiweb/about_us.asp?nsiky=822490", "", "");
topnav12[3] = new Array("L", "&nbsp;&nbsp;Our Clients", "Our Clients", "../nwsiweb/about_us.asp?nsiky=9808", "", "");
topnav12[4] = new Array("L", "&nbsp;&nbsp;Track Record", "Track Record", "../nwsiweb/about_us.asp?nsiky=38006", "", "");
topnav12[5] = new Array("L", "&nbsp;&nbsp;Certifications", "Certifications", "../nwsiweb/about_us.asp?nsiky=241177", "", "");

topnav12[6] = new Array("L", "&nbsp;&nbsp;All", "All", "../nwsiweb/about_us.asp", "", "");


// CLIENTS
var topnav13 = new Array();
topnav13[0] = new Array("L", "&nbsp;&nbsp;Commercial", "Commercial", "../nwsiweb/clients.asp?clientcatky=902675", "", "");
topnav13[1] = new Array("L", "&nbsp;&nbsp;Government", "Government", "../nwsiweb/clients.asp?clientcatky=244488", "", "");
topnav13[2] = new Array("L", "&nbsp;&nbsp;All", "All", "../nwsiweb/clients.asp", "", "");

// TESTIMONIALS
var topnav14 = new Array();
topnav14[0] = new Array("L", "&nbsp;&nbsp;Awards", "Awards", "../nwsiweb/awards.asp?T=awards", "", "");
topnav14[1] = new Array("L", "&nbsp;&nbsp;Customers", "Customers", "../nwsiweb/awards.asp?T=customer", "", "");
topnav14[2] = new Array("L", "&nbsp;&nbsp;Employees", "Employees", "../nwsiweb/awards.asp?T=consultant", "", "");
topnav14[3] = new Array("L", "&nbsp;&nbsp;Reference Letters", "Reference Letters", "../nwsiweb/awards.asp?T=ref", "", "");
topnav14[4] = new Array("L", "&nbsp;&nbsp;All", "All", "../nwsiweb/awards.asp?T=all", "", "");

// PROJECT SOLUTIONS
var topnav15 = new Array();
topnav15[0] = new Array("L", "&nbsp;&nbsp;CRM", "CRM", "../nwsiweb/solutions.asp?project=crm", "", "");
topnav15[1] = new Array("L", "&nbsp;&nbsp;E-Commerce/Web", "E-Commerce/Web", "../nwsiweb/solutions.asp?project=ecommerce", "", "");
topnav15[2] = new Array("L", "&nbsp;&nbsp;Data Management", "Data Management", "../nwsiweb/solutions.asp?project=data", "", "");
topnav15[3] = new Array("L", "&nbsp;&nbsp;Enterprise", "Enterprise", "../nwsiweb/solutions.asp?project=enterprise", "", "");
topnav15[4] = new Array("L", "&nbsp;&nbsp;Systems Level", "Systems Level", "../nwsiweb/solutions.asp?project=systems", "", "");
topnav15[5] = new Array("L", "&nbsp;&nbsp;All", "All", "../nwsiweb/solutions.asp?project=all", "", "");

// GOVERNMENT
var topnav16 = new Array();
topnav16[0] = new Array("L", "&nbsp;&nbsp;About", "About us", "../nwsiweb/government.asp", "", "");
topnav16[1] = new Array("L", "&nbsp;&nbsp;Labour Info", "Labour Infomation", "../nwsiweb/labour.asp", "", "");


// OUR EMPLOYEES
var topnav17 = new Array();
topnav17[0] = new Array("L", "&nbsp;&nbsp;Field", "Field", "../nwsiweb/consult.asp", "", "");
topnav17[1] = new Array("L", "&nbsp;&nbsp;Staff", "Staff", "../nwsiweb/staff.asp", "", "");