var stop;
var stopsub;
var curmenu="";
var submenu="";
var menuwidth=60;
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 & Families','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('Join Us','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://www.nscr.bc.ca/information/senior.html','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 Jobs','http://www.nscr.bc.ca/volunteer/jobs.html','right');
menu.addsubmenuitem('Youth Volunteering','http://www.nscr.bc.ca/volunteer/youth.html','right');
menu.addItem('Other','http://www.nscr.bc.ca/index.html');
menu.addsubmenu();
menu.addsubmenuitem('A Place to Call Home','http://www.aptch.ca','right');
menu.addsubmenuitem('Interagency Network','http://www.nscr.bc.ca/index.html','right');
menu.addsubmenuitem('Middle Childhood Matters','http://connectforkids.ca/mcm/','right');
menu.addsubmenuitem('WECAN','http://connectforkids.ca/wecan/','right');


menu.showMenu();
