var filled = 0; count = 9; category = new Array(count); order = new Array(count); show = new Array(count); names = new Array(count); links = new Array(count); category[0] = ''; order[0] = ''; show[0] = ''; names[0] = ''; links[0] = ''; category[1] = '1'; order[1] = '1'; show[1] = '0'; names[1] = 'Home'; links[1] = '/cbc/web.nsf/pages/index.html'; category[2] = '2'; order[2] = '1'; show[2] = '0'; names[2] = 'About Us'; links[2] = '/cbc/web.nsf/pages/about.html'; category[3] = '3'; order[3] = '1'; show[3] = '0'; names[3] = 'Contact Us'; links[3] = '/cbc/web.nsf/pages/contact.html'; category[4] = '4'; order[4] = '1'; show[4] = '0'; names[4] = 'The Cimarron Solution'; links[4] = '/cbc/web.nsf/pages/solution.html'; category[5] = '5'; order[5] = '1'; show[5] = '0'; names[5] = 'Economic Impact'; links[5] = '/cbc/web.nsf/pages/economicimpact.html'; category[6] = '6'; order[6] = '1'; show[6] = '0'; names[6] = 'Frequently Asked Questions'; links[6] = '/cbc/web.nsf/pages/faq.html'; category[7] = '7'; order[7] = '1'; show[7] = '0'; names[7] = 'Investment Features'; links[7] = '/cbc/web.nsf/pages/loans.html'; category[8] = '8'; order[8] = '1'; show[8] = '0'; names[8] = 'Related Links'; links[8] = '/cbc/web.nsf/pages/links.html'; function printMenu() { e = 1; max = names.length; while (e < max) { if (category[e] == pageCat) document.write("
"); else document.write(""); e = e + 1; } } function link(x) { y = x + "@cimarronbusinesscapital.com"; document.write("", y, ""); }