subsections = new Array(); sublinks = new Array(); links = new Array(); names = new Array(); // the data subsections[0] = "Testimonials"; sublinks[0]= "../testimonials/index.html"; names[0] = new Array(); links[0] = new Array(); names[0][0] = "Submit Testimonial"; links[0][0] = "../testimonials/testimonial.html"; subsections[1] = "Get Started"; sublinks[1]= "none"; names[1] = new Array(); links[1] = new Array(); names[1][0] = "Consultation"; links[1][0] = "../services/consultation.html"; names[1][1] = "Appointments"; links[1][1] = "../services/start.html#appointment_form"; names[1][2] = "Are You Ready?"; links[1][2] = "../services/preparation.html";