menunum=0;menus=new Array();_d=document;
function addmenu()
{ menunum++;
  menus[menunum]=menu;
}

function dumpmenus()
{
  mt="<script language=javascript>";
  for (a=1;a<menus.length;a++) 
   {
    mt+=" menu"+a+"=menus["+a+"];"
   }
  mt+="<\/script>";
  _d.write(mt)
}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);"
timegap=500
followspeed=5
followrate=40
suboffset_top=4;
suboffset_left=6;
closeOnClick = true
// font, background, font sobre, color de bloque sobre, borde
style1=["FFFFFF","#F99B06","#FFFFFF","#7A7979","#7A7979",10,"regular","regular","verdana",2,,,,,"FFFFFF","",,"7A7979","","",]

addmenu(menu=["mainmenu",1,1,,0,,style1,1,"left",,,1,,,,,,,,,,
,"&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;","index.html",,"",1
,"&nbsp;&nbsp;ABOUT&nbsp;AISB&nbsp;&nbsp;","show-menu=aisb",,"",1
,"&nbsp;&nbsp;ACADEMICS&nbsp;","show-menu=academics",,"",1
,"&nbsp;&nbsp;Pre&nbsp;K&nbsp;12&nbsp;","show-menu=prek12",,"",1
,"&nbsp;&nbsp;ADMISSIONS&nbsp;","show-menu=admissions",,"",1
,"&nbsp;&nbsp;MOVING&nbsp;TO&nbsp;COCHABAMBA&nbsp;","show-menu=cochabamba",,"",1
,"&nbsp;&nbsp;SCHOOL&nbsp;LIFE&nbsp;&nbsp;","show-menu=school",,"",1
,"&nbsp;&nbsp;PARENTS&nbsp;&nbsp;","show-menu=parents",,"",1
,"&nbsp;&nbsp;ALUMNI&nbsp;","show-menu=alumni",,"",1
,"&nbsp;&nbsp;NEWS&nbsp;&&nbsp;CALENDAR&nbsp;","show-menu=newscaldendar",,"",1
])


addmenu(menu=["aisb",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Who we are ","Who-we-are.html",,,1
,"AISB at a glance ","AISB-at-a-glance.html",,,1
,"Faculty ","faculty.html",,,1
,"Facilities ","facilities.html",,,1
 ,"Location & Maps ","locations-and-maps.html",,,1
,"Student Transportation Service ","student-transportation.html",,,1
,"Employment ","employment.html",,,1
 ])

addmenu(menu=["academics",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Overview ","overview.html",,,1
,"Montessori ","montessori-eng.html",,,1
,"Multiple Intelligences ","multiple-intelligences.html",,,1
,"Internacional Baccalaurate (1B) Degree ","internacional-Baccalaurate.html",,,1
 ,"National Diplomas ","national-diplomas.html",,,1
,"Language Program ","language-program.html",,,1
,"Human Rights And Community Service ","human-and-comunity-service.html",,,1
 ])

addmenu(menu=["prek12",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Pre-k and kinder ","pre-kand-kinder.html",,,1
,"Elementary Grades 1-6 ","elementary-grades-1-6.html",,,1
,"Secondary Grades 7-12 ","elementary-grades-7-12.html",,,1
//,"Secondary School Life ","secondary-school.html",,,1
 ,"University Acceptance ","university-acceptance.html",,,1
 ])

addmenu(menu=["admissions",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Application Process","application-process.html",,,1
,"Online Application Form ","online-application.html",,,1
,"Tuition and Fees ","tuition-and-fees.html",,,1
,"Request for Information ","request-for-information.html",,,1
 ])




addmenu(menu=["cochabamba",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Housing and Hotels ","housing-and-hotels.html",,,1
,"Getting to Cochabamba ","getting-to-cbba.html",,,1
,"Living in Cochabamba ","living-in-cbba.html",,,1
,"Medical Care and Insurance ","medical-care-insurance.html",,,1
 ,"Immigration ","immigration.html",,,1

 ])

addmenu(menu=["school",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Elementary School Life ","elementary-shool-life.html",,,1
,"Secondary School Life ","secondary-school.html",,,1
,"Athletics ","athletis.html",,,1
,"Arts ","arts.html",,,1
 ,"Photo Gallery ","photo-gallery.html",,,1
 ])

addmenu(menu=["parents",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Newsletter  ","newsletter.html",,,1
,"Opportunities to Participate ","oppotunities-to-paticipate.html",,,1
,"Housing ","housing.html",,,1
 ])

addmenu(menu=["alumni",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Alumni Profiles ","alumini-profiles.html",,,1
,"Class Notes ","class-notes.html",,,1
,"Reunion and 15 - Year Celebration ","reunion-and-15-year-cele.html",,,1
,"Giving to AIS/B","giving-aisb.html",,,1
,"Alumni News and Calendar ","alumni-news-calendar.html",,,1

 ])

addmenu(menu=["newscaldendar",
 ,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
 ,"Academic Calendar ","academic-calendar.html",,,1
,"News and Events ","news-and-event.html",,,1
  ,"Contact ","contact.html",,,1
 ])


    dumpmenus()