// JavaScript Document
<!--
sniffBrowsers();

menuItemBullet = new bulletPoint("http://www.action4streetkids.org.uk/menu_system/bullets/one/menu_off.gif","http://www.action4streetkids.org.uk/menu_system/bullets/one/menu_on.gif");
labelBullet = new bulletPoint("http://www.action4streetkids.org.uk/menu_system/bullets/one/header_off.gif","http://www.action4streetkids.org.uk/menu_system/bullets/one/header_on.gif");
subMenuBullet = new bulletPoint("http://www.action4streetkids.org.uk/menu_system/bullets/one/sub_header_off.gif","http://www.action4streetkids.org.uk/menu_system/bullets/one/sub_header_on.gif");

myTest = new menuBar('myTest',120, 'horizontal', '0063a6', '');
myTest.addLabel(null, 'home', 1, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'center');
myTest.addLabel(null, 'about us', 2, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/about_us.php', 'center');
myTest.addLabel(null, 'projects', 3, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/projects.php', 'center');
myTest.addLabel(null, 'fundraising', 4, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/how_to_donate.php', 'center');
myTest.addLabel(null, 'news', 5, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'center');
myTest.addLabel(null, 'annual report', 6, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/annual_report_2008.php', 'center');
myTest.addLabel(null, 'partners', 7, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'center');
myTest.height = 20;

menus[1] = new menu(120, 'vertical', '', '');

menus[2] = new menu(120, 'vertical', '', '');
menus[2].height = 20;
menus[2].addItem('subMenuBullet', 'who we are', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/about_us.php', 'left');
menus[2].addItem('subMenuBullet', 'who we work with', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/we_work_with.php', 'left');
menus[2].addItem('subMenuBullet', 'objectives', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/objectives.php', 'left');
menus[2].addItem('subMenuBullet', 'contact us', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/contact_us.php', 'left');

menus[2].writeMenu();

menus[3] = new menu(120, 'vertical', '', '');
menus[3].addItem('subMenuBullet', 'projects in bolivia', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_bolivia.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in bruce', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_bruce.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in drisha', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_drisha.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in egypt', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_egypt.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in iraq', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_iraq.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in kenya', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_kenya.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in nigeria', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_nigeria.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in nomad', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_nomad.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in africa', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_south_africa.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in thailand', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_thailand.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in thailand-burma', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_thailand2.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in uganda', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_uganda.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in uk', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_uk.php', 'left');
menus[3].addItem('subMenuBullet', 'projects in india', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/project_india.php', 'left');
menus[3].writeMenu();

menus[4] = new menu(120, 'vertical', '', '');
menus[4].height = 20;
menus[4].addItem('subMenuBullet', 'how to donate', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/how_to_donate.php', 'left');
menus[4].addItem('subMenuBullet', 'fundraising for ASK', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/fundraising_for_ask.php', 'left');
menus[4].addItem('subMenuBullet', 'free fundraising', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/free_fundraising.php', 'left');
menus[4].writeMenu();


menus[5] = new menu(120, 'vertical', '', '');
menus[5].height = 20;
menus[5].addItem('subMenuBullet', 'latest news', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/latest_news.php', 'left');
menus[5].addItem('subMenuBullet', 'newsletters', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/newsletters.php', 'left');
menus[5].writeMenu();

menus[6] = new menu(120, 'vertical', '', '');
menus[6].height = 20;
menus[6].addItem('subMenuBullet', '2006-2007', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/annual_report_2007.php', 'left');
menus[6].addItem('subMenuBullet', '2007-2008', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/annual_report_2008.php', 'left');
menus[6].writeMenu();


menus[7] = new menu(120, 'vertical', '', '');
menus[7].height = 20;
menus[7].addItem('subMenuBullet', 'our partners', 9, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'left');
menus[7].addItem('subMenuBullet', 'donors', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'left');
menus[7].addItem('subMenuBullet', 'supporters', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'left');
menus[7].addItem('subMenuBullet', 'links', null, 120, '0063a6', '90afdb', 'http://www.action4streetkids.org.uk/index.php', 'left');
menus[7].writeMenu();


//submenus//
//menus[8] = new menu(120, 'vertical', '', '');
//menus[8].height = 20;
//menus[8].addItem('menuItemBullet', 'introduction', null, 120, '', '', 'http://www.commachio.com/.....etc', 'left');
//menus[8].writeMenu();


//add for each menu inc submenus //
menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';
menus[6].align='left';
menus[7].align='left';
//menus[8].align='right';

//-->