var tocTab = new Array();
var ir=0;
var index_1=0;
var index_2=1;

tocTab[ir++] = new Array ("Top", "United Martial Arts Center", "main.html");
//tocTab[ir++] = new Array ("Top", "&nbsp;<p>&nbsp;<p>&nbsp;<p>&nbsp;", "main.html");
tocTab[ir++] = new Array (index_1.toString(), "About the School", "about-the-school.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "8 Martial Arts", "philosophy.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Kung Fu", "kungfu.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Bagwa Chung", "bagwa_zhang.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Tae Kwon Do", "taekwondo.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Aikido", "aikido.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "JuJitsu", "jujitsu.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Tai Chi", "taichi.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Samurai Sword", "samurai_sword.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Weapons", "weapons.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Programs", "");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Adults", "prog-adult.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Children/Teens", "prog-kids.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Tai Chi", "program-taichi.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Bulletin Board", "bulletin-board.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Enrollment Specials", "specials.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Testimonials", "");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Margo Carey", "testimonial-Carey-Margo.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "John Hirsch", "testimonial-Hirsch-John.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Anusia Hirsch", "testimonial-Hirsch-Anusia.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Elenita C. Yong", "testimonial-Yong-Elenita.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Ben Haskell", "testimonial-Haskell-Ben.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Traci Simpson", "testimonial-Simpson-Traci.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Hough family", "testimonial-Hough.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Jason Walsh", "testimonial-Jason-Walsh.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Schedule", "");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Adults", "schedule-adult.html");
tocTab[ir++] = new Array (index_1 + "." + index_2++, "Children/Teens", "schedule-kids.html");

//index_1++; index_2=1;
//tocTab[ir++] = new Array (index_1.toString(), "Instructors", "");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Bob Humenn", "bio-Bob-Humenn.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Dennis DeFelice", "bio-Dennis-Defelice.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Dr. Corine Barone Cagnota", "bio-Corine-Barone-Cagnata.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Sue Golden", "bio-Sue-Golden.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Ellen Petersen", "bio-Ellen-Petersen.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Todd Lyons", "bio-Todd-Lyons.html");
//tocTab[ir++] = new Array (index_1 + "." + index_2++, "Stanley Hackney", "bio-Stan-Hackney.html");




index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Events", "events_coming.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Community Involvement", "community-involvement.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Corporate Wellness Programs", "corporate.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Books", "books.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Photo Gallery", "image_galleries/index/index.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Other Locations", "locations.html");

index_1++; index_2=1;
tocTab[ir++] = new Array (index_1.toString(), "Contact us", "main.html");

var nCols = 2;