//main nav

if (document.images) {
iHomeon = new Image();
iHomeon.src = "images/homec.gif";
iHomeoff = new Image();
iHomeoff.src = "images/home.gif";

iStudenton = new Image();
iStudenton.src = "images/studentsc.gif";
iStudentoff = new Image();
iStudentoff.src = "images/students.gif";
iCurriculumon = new Image();
iCurriculumon.src = "images/curriculumc.gif";
iCurriculumoff = new Image();
iCurriculumoff.src = "images/curriculum.gif";
iPhilosophyon = new Image();
iPhilosophyon.src = "images/philosophyc.gif";
iPhilosophyoff = new Image();
iPhilosophyoff.src = "images/philosophy.gif";
iContacton = new Image();
iContacton.src = "images/contactc.gif";
iContactoff = new Image();
iContactoff.src = "images/contact.gif";
iTestimonialson = new Image();
iTestimonialson.src = "images/testimonialsc.gif";
iTestimonialsoff = new Image();
iTestimonialsoff.src = "images/testimonials.gif";

iHistoryon = new Image();
iHistoryon.src = "images/historyc.gif";
iHistoryoff = new Image();
iHistoryoff.src = "images/history.gif";
iPhotoson = new Image();
iPhotoson.src = "images/photosc.gif";
iPhotosoff = new Image();
iPhotosoff.src = "images/photos.gif";
iPostson = new Image();
iPostson.src = "images/postsc.gif";
iPostsoff = new Image();
iPostsoff.src = "images/posts.gif";


//student sub nav
iCalendaron = new Image();
iCalendaron.src = "images/calendarc.gif";
iCalendaroff = new Image();
iCalendaroff.src = "images/calendar.gif";

iStudenton = new Image();
iStudenton.src = "images/studentsc.gif";
iStudentoff = new Image();
iStudentoff.src = "images/students.gif";

iMemberson = new Image();
iMemberson.src = "images/membersc.gif";
iMembersoff = new Image();
iMembersoff.src = "images/members.gif";

iRankon = new Image();
iRankon.src = "images/rankc.gif";
iRankoff = new Image();
iRankoff.src = "images/rank.gif";

iInstructorson = new Image();
iInstructorson.src = "images/instructorsc.gif";
iInstructorsoff = new Image();
iInstructorsoff.src = "images/instructors.gif";

iClasstimeon = new Image();
iClasstimeon.src = "images/classtimec.gif";
iClasstimeoff = new Image();
iClasstimeoff.src = "images/classtime.gif";

iReferenceson = new Image();
iReferenceson.src = "images/referencesc.gif";
iReferencesoff = new Image();
iReferencesoff.src = "images/references.gif";

iNewson = new Image();
iNewson.src = "images/newsc.gif";
iNewsoff = new Image();
iNewsoff.src = "images/news.gif";

iSchoolCurriculumon = new Image();
iSchoolCurriculumon.src = "images/schoolcurriculumc.gif";
iSchoolCurriculumoff = new Image();
iSchoolCurriculumoff.src = "images/schoolcurriculum.gif";

iChildrensClasseson = new Image();
iChildrensClasseson.src = "images/childrensclassesc.gif";
iChildrensClassesoff = new Image();
iChildrensClassesoff.src = "images/childrensclasses.gif";

iSchoolPhilosophyon = new Image();
iSchoolPhilosophyon.src = "images/schoolphilosophyc.gif";
iSchoolPhilosophyoff = new Image();
iSchoolPhilosophyoff.src = "images/schoolphilosophy.gif";

iChoosingSchoolon = new Image();
iChoosingSchoolon.src = "images/choosingschoolc.gif";
iChoosingSchooloff = new Image();
iChoosingSchooloff.src = "images/choosingschool.gif";

ifaqon = new Image();
ifaqon.src = "images/faqc.gif";
ifaqoff = new Image();
ifaqoff.src = "images/faq.gif";

iPurposeTrainingon = new Image();
iPurposeTrainingon.src = "images/purposetrainingc.gif";
iPurposeTrainingoff = new Image();
iPurposeTrainingoff.src = "images/purposetraining.gif";

iVideoon = new Image();
iVideoon.src = "images/videoc.gif";
iVideooff = new Image();
iVideooff.src = "images/video.gif";
}
function changeImages() {

if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {

document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}
}
}

