<!--
sniffBrowsers();

Child = new bulletPoint("child.gif","child.gif");
Home = new bulletPoint("home.gif","home.gif");
Micro = new bulletPoint("micro.gif","micro.gif");
Consult = new bulletPoint("consult.gif","consult.gif");
Contact = new bulletPoint("contact.gif","contact.gif");


start = new bulletPoint("starta.gif","startb.gif");
faq = new bulletPoint("faqsa.gif","faqsb.gif");
testing = new bulletPoint("historya.gif","historyb.gif");
links = new bulletPoint("linksa.gif","linksb.gif");
newsletter = new bulletPoint("newslettera.gif","newsletterb.gif");
seminar = new bulletPoint("seminara.gif","seminarb.gif");
accred = new bulletPoint("accreda.gif","accredb.gif");
consulting = new bulletPoint("Consulta.gif","Consultb.gif");

contactinfo = new bulletPoint("contactinfoa.gif","contactinfob.gif");
directions = new bulletPoint("directionsa.gif","directionsb.gif");
lodging = new bulletPoint("lodginga.gif","lodgingb.gif");

overview = new bulletPoint("overviewa.gif","overviewb.gif");
services = new bulletPoint("servicesa.gif","servicesb.gif");

consultchild = new bulletPoint("consultchilda.gif","consultchildb.gif");
consultmicro = new bulletPoint("consultmicroa.gif","consultmicrob.gif");




myTest = new menuBar('myTest',480, 'horizontal', null, null);
myTest.addLabel('Home', '', 1, 180, '#6666ff', '#0000aa', 'index.htm', 'left');
myTest.addLabel('Child', '', 2, 120, '#6666ff', '#0000aa', 'child.htm', 'left');
myTest.addLabel('Micro', '', 4, 120, '#6666ff', '#0000aa', 'micro.htm', 'left');
myTest.addLabel('Consult', '', 5, 120, '#6666ff', '#0000aa', 'consultCR.htm', 'left');
myTest.addLabel('Contact', '', 3, 120, '#6666ff', '#0000aa', 'contact.htm', 'left');
myTest.height = 14;

menus[1] = new menu(135, 'vertical', '#000000', '#000000');
menus[1].height = 16;


menus[1].writeMenu();

menus[2] = new menu(121, 'vertical', null, null);
menus[2].height = 16;
menus[2].addItem('testing', '', null, 121, 'white', 'white', 'History.htm', 'left');
menus[2].addItem('start', '', null, 121, 'white', 'white', 'GettingStarted.asp', 'left');
menus[2].addItem('accred', '', null, 121, 'white', 'white', 'Accred.htm', 'left');
menus[2].addItem('newsletter', '', null, 121, 'white', 'white', 'Newsletter.asp', 'left');
menus[2].addItem('seminar', '', null, 121, 'white', 'white', 'Seminar.htm', 'left');
menus[2].addItem('links', '', null, 121, 'white', 'white', 'UsefulLinks.htm', 'left');
menus[2].addItem('consulting', '', null, 121, 'white', 'white', 'consultCR.htm', 'left');
menus[2].addItem('faq', '', null, 121, 'white', 'white', 'faqs.htm', 'left');
menus[2].writeMenu();

menus[3] = new menu(121, 'vertical', null, null);
menus[3].height = 16;
menus[3].addItem('contactinfo', '', null, 121, 'white', 'white', 'Contact.htm', 'left');
menus[3].addItem('directions', '', null, 121, 'white', 'white', 'directions.htm', 'left');
menus[3].addItem('lodging', '', null, 121, 'white', 'white', 'lodging.htm', 'left');

menus[3].writeMenu();

menus[4] = new menu(121, 'vertical', null, null);
menus[4].height = 16;

menus[4].addItem('services', '', null, 121, 'white', 'white', 'MicroServices.htm', 'left');
menus[4].addItem('start', '', null, 121, 'white', 'white', 'MicroGettingStarted.asp', 'left');
menus[4].addItem('accred', '', null, 121, 'white', 'white', 'MicroAccred.htm', 'left');
menus[4].addItem('newsletter', '', null, 121, 'white', 'white', 'MicroNewsletter.asp', 'left');
menus[4].addItem('links', '', null, 121, 'white', 'white', 'MicroUsefulLinks.htm', 'left');
menus[4].addItem('consulting', '', null, 121, 'white', 'white', 'Microconsulting.htm', 'left');
menus[4].addItem('faq', '', null, 121, 'white', 'white', 'Microfaqs.htm', 'left');
menus[4].writeMenu();

menus[5] = new menu(121, 'vertical', null, null);
menus[5].height = 16;
menus[5].addItem('consultchild', '', null, 121, 'white', 'white', 'consultcr.htm', 'left');
menus[5].addItem('consultmicro', '', null, 121, 'white', 'white', 'MicroConsulting.htm', 'left');
menus[5].writeMenu();


menus[1].align='left';
menus[2].align='center';

menus[3].align='right';
menus[4].align='center';
menus[5].align='center';



//-->