function init()
{
var StartTop = 96	
var leftPosition
var yoff
var itemHeight

if(document.layers){leftPosition=(window.innerWidth/2);}
else{leftPosition=(document.body.clientWidth/2);}
if(leftPosition>384){StartLeft=leftPosition - 380}
else{StartLeft=0}
var StartLeft = StartLeft+44
if(navigator.platform=="Win32"){yoff=0
itemHeight=14}
else{yoff=5
itemHeight=12}

menus[0] = new menu(22,"horizontal",StartLeft,StartTop,0,yoff,"#F5E8D9","#1B284A","times",13,"bold","bold","#1B284A","#ffffff",0,"#1B284A",0,"",false,false,true,false,0,false,0,0,"");
menus[0].addItem("about.asp","",97,"center","rollover:images/nav_about_off.gif:images/nav_about_on.gif",1);
menus[0].addItem("products_frames.asp","",162,"center","rollover:images/nav_product_off.gif:images/nav_product_on.gif",2);
menus[0].addItem("programs.asp","",199,"center","rollover:images/nav_programs_off.gif:images/nav_programs_on.gif",3);
menus[0].addItem("education.asp","",106,"center","rollover:images/nav_education_off.gif:images/nav_education_on.gif",4);
menus[0].addItem("online_store.asp?cat=frames","",100,"center","rollover:images/nav_ordering_offNEW.gif:images/nav_ordering_onNEW.gif",5);

menus[1] = new menu(97,"vertical",0,0,0,0,"#ffffff","#C5C8E0","arial,helvetica",8,"","normal","#192385","#192385",1,"#E9E04D",0,"",false,true,false,false,0,false,0,0,"");
menus[1].addItem("about.asp","", itemHeight,"center","our history",0);
menus[1].addItem("about_mission.asp","", itemHeight,"center","our mission",0);
menus[1].addItem("about_classicteam.asp","", itemHeight,"center","classic team",0);
menus[1].addItem("about_contactus.asp","", itemHeight,"center","contact us",0);
menus[1].addItem("about_capabilities.asp","", itemHeight,"center","capabilities",0);
menus[1].addItem("about_labtours.asp","", itemHeight,"center","lab tour",0);
menus[1].addItem("about_associations.asp","", itemHeight,"center","associations",0);

menus[2] = new menu(162,"vertical",0,0,0,0,"#ffffff","#C5C8E0","arial,helvetica",8,"","normal","#192385","#192385",1,"#E9E04D",0,"",false,true,false,false,0,false,0,0,"");
menus[2].addItem("products_frames.asp","", itemHeight,"center","frames",0);
menus[2].addItem("products_lenses.asp","", itemHeight,"center","lenses",0);
menus[2].addItem("products_safetyeyewear.asp","", itemHeight,"center","safety eyewear",0);
menus[2].addItem("products_accessories.asp","", itemHeight,"center","accessories",0);

menus[3] = new menu(199,"vertical",0,0,0,0,"#ffffff","#C5C8E0","arial,helvetica",8,"","normal","#192385","#192385",1,"#E9E04D",0,"",false,true,false,false,0,false,0,0,"");
menus[3].addItem("programs_medicaid.asp","", itemHeight,"center","medicaid contracts",0);
menus[3].addItem("programs_industrialsafety.asp","", itemHeight,"center","industrial/safety",0);
menus[3].addItem("programs_hmos.asp","", itemHeight,"center","managed care",0);
menus[3].addItem("programs_educational.asp","", itemHeight,"center","educational institutions",0);
menus[3].addItem("programs_correctional.asp","", itemHeight,"center","correctional facilities",0);

menus[4] = new menu(106,"vertical",0,0,0,0,"#ffffff","#C5C8E0","arial,helvetica",8,"","normal","#192385","#192385",1,"#E9E04D",0,"",false,true,false,false,0,false,0,0,"");
menus[4].addItem("education_terms.asp","", itemHeight,"center","common terms",0);
menus[4].addItem("education_acronyms.asp","", itemHeight*2,"center","acronyms &amp; abbreviations",0);
menus[4].addItem("education_standards.asp","", itemHeight,"center","ansi standards",0);
menus[4].addItem("education_disorders.asp","", itemHeight*2,"center","common eye disorders",0);
menus[4].addItem("education_links.asp","", itemHeight,"center","links",0);

menus[5] = new menu(105,"vertical",0,0,0,0,"#ffffff","#C5C8E0","arial,helvetica",8,"","normal","#192385","#192385",1,"#E9E04D",0,"",false,true,false,false,0,false,0,0,"");
menus[5].addItem("online_store2.asp?cat=66666","", itemHeight,"center","stock lenses",0);
menus[5].addItem("online_store.asp?cat=frames","", itemHeight,"center","frames",0);
menus[5].addItem("online_store.asp?cat=acc","", itemHeight,"center","accessories",0);
menus[5].addItem("about_mailinglistnew.asp","", itemHeight,"center","price list",0);
menus[5].addItem("ordering_terms.asp","", itemHeight*2,"center","terms &amp; conditions / warranty",0);
menus[5].addItem("ordering_credit.asp","", itemHeight,"center","credit application",0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.