var stop;
var stopsub;
var curmenu="";
var submenu="";
var menuwidth=50;
var menuheight=21;
var menu = new Menu();
menu.addItem('Home','http://www.nscr.bc.ca/index.html');
menu.addItem('Child Care','http://www.nscr.bc.ca/childcare/childcare.html');
menu.addsubmenu();
menu.addsubmenuitem('Events','http://www.nscr.bc.ca/childcare/events.html','right');
menu.addsubmenuitem('For Child Care Providers','http://www.nscr.bc.ca/childcare/providers.html','right');
menu.addsubmenuitem('For Parents','http://www.nscr.bc.ca/childcare/parents.html','right');
menu.addsubmenuitem('Newsletter','http://www.nscr.bc.ca/childcare/newsletter.html','right');
menu.addsubmenuitem('Resources & Equipment','http://www.nscr.bc.ca/childcare/resources.html','right');
menu.addsubmenuitem('Subcription Information','http://www.nscr.bc.ca/childcare/subscription.html','right');
menu.addsubmenuitem('Workshops & Training','http://www.nscr.bc.ca/childcare/workshops.html','right');
menu.addItem('Information','http://www.nscr.bc.ca/information/information.html');
menu.addsubmenu();
menu.addsubmenuitem('Caregiver Support','http://www.nscr.bc.ca/information/caregiver.html','right');
menu.addsubmenuitem('Green Book','http://www.nscr.bc.ca/information/greenbook.html','right');
menu.addsubmenuitem('Helps @ Hand','http://209.52.151.198/db/helpshands/helpshand.asp','right');
menu.addsubmenuitem('Housing','http://www.nscr.bc.ca/information/housing.html','right');
menu.addsubmenuitem('Legal','http://www.nscr.bc.ca/information/legal.html','right');
menu.addsubmenuitem('Search Green Book','http://www.nscr.bc.ca/information/searchgreen.html','right');
menu.addsubmenuitem('Seniors\' One Stop','http://209.52.151.198/db/senior/senior.asp','right');
menu.addsubmenuitem('Youth Services','http://www.nscr.bc.ca/information/iyouth.html','right');
menu.addItem('Volunteer','http://www.nscr.bc.ca/volunteer/volunteer.html');
menu.addsubmenu();
menu.addsubmenuitem('Events/Training','http://www.nscr.bc.ca/volunteer/events.html','right');
menu.addsubmenuitem('Newsletter','http://www.nscr.bc.ca/volunteer/newsletter.html','right');
menu.addsubmenuitem('Volunteer Access','http://www.nscr.bc.ca/volunteer/special.html','right');
menu.addsubmenuitem('Volunteer Jobs','http://www.nscr.bc.ca/volunteer/jobs.html','right');
menu.addsubmenuitem('Youth Volunteering','http://www.nscr.bc.ca/volunteer/youth.html','right');
menu.showMenu();