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.5);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=0;
followspeed=1;
followrate=40;
suboffset_top=4;
suboffset_left=6;
closeOnClick = true;

menustyle=["FFFFFF","#990000","000000","FFBA23","000000",9,"normal","bold","Verdana, Arial",1,"",1,"000000","000000","","","","","","96C9DD",]
menustyle2=["FFFFFF","#990000","000000","FFBA23","000000",9,"normal","bold","Verdana, Arial",4,"",1,"FFFFFF","000000","","","","","","96C9DD",]

 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
addmenu(menu=["menu1",0,0,80,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Home","/index.php","","Home",1]);
addmenu(menu=["menu2",0,0,80,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"About&nbsp;Us","show-menu=about","/about/index.php","About Us",1]);
addmenu(menu=["menu3",0,0,90,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"News&nbsp;&amp;&nbsp;Events","show-menu=news","/news/index.php","News&nbsp;&amp;&nbsp;Events",1 ]);
addmenu(menu=["menu4",0,0,85,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Our&nbsp;Projects","show-menu=projects","/projects/index.php","Our&nbsp;Projects",1 ]);
//addmenu(menu=["menu4",0,0,90,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Michael&nbsp;Blakey","show-menu=michael","/michael/index.php","Michael&nbsp;Blakey",1]);
addmenu(menu=["menu5",0,0,80,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Support&nbsp;Us","show-menu=support","/support/index.php","Support&nbsp;Us",1]);
//addmenu(menu=["menu5",0,0,70,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Members","show-menu=members","/members/index.php","Members",1]);
//addmenu(menu=["menu6",0,0,90,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Photo&nbsp;Gallery","show-menu=gallery","/gallery/index.php","Photo&nbsp;Gallery",1]);
addmenu(menu=["menu7",0,0,75,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Contact&nbsp;Us","/contact/index.php","","Contact&nbsp;Us",1]);

addmenu(menu=["about",
	,,120,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Tong-Len Charitable Trust","/about/tong-len_charitable_trust.php",,,1
	,"Tong-Len UK","/about/tong-len_uk.php",,,1
	,"Displaced Communities","/about/displaced.php",,,1
	,"Frequently Asked Questions","/about/faqs.php",,,1
	,"Our Founder","/about/founder.php",,,1
	])
	
	
addmenu(menu=["news",
	,,120,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Latest News","/news/news.php",,,1
	,"Archive 2009","/news/news_archive_09.php",,,1
	,"Archive 2008","/news/news_archive_08.php",,,1
	,"Archive 2007","/news/news_archive_07.php",,,1
	,"Archive 2006","/news/news_archive_06.php",,,1
	,"Archive 2004/2005","/news/news_archive_05.php",,,1
	,"Request Newsletter","/news/subscribe.php",,,1
	,"Indian Evening Fundraising Event in Swansea","/news/indian_evening_sketty_april_2010.php",,,1
	//,"Events","/news/events.php",,,1
	])
	
	
addmenu(menu=["projects",
	,,120,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Educational Programmes","/projects/education.php",,,1
	,"Child Education & Sponsorship","/projects/child_ed.php",,,1
	,"Children's Support Hostels","/projects/hostel.php",,,1
	,"Tent Schools","/projects/tentschools.php",,,1
	,"Health Programmes","/projects/health.php",,,1
	,"The Tong-Len Michael Blakey Centre","/projects/the_tong-len_michael_blakey_centre.php",,,1
	])
	
	
addmenu(menu=["support",
	,,130,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Making A Donation","/support/donate.php",,,1
	,"Sponsorship Schemes","/support/sponsor.php",,,1
	,"Corporate Sponsors","/support/tong-len_corporate_sponsors.php",,,1
	,"School Sponsors","/support/tong-len_school_sponsors.php",,,1
	,"Michael Blakey Memorial Fund","http://www.justgiving.com/MichaelBlakey",,,1
	//,"Gift Cards","/support/gift_cards_2008.php",,,1
	,"Volunteering Opportunities","/support/volunteer.php",,,1
	//,"Fund Raising","/support/fundraise.php",,,1
	])
	
addmenu(menu=["members",
	,,90,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Login","/members/login.php",,,1
	,"Why Join?","/members/why.php",,,1
	,"Sign Up","/members/register.php",,,1
	])
	
addmenu(menu=["gallery",
	,,120,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Charan Khad Homeless Camp","/gallery/charan.php",,,1
	,"Sponsored Children","/gallery/children.php",,,1
	,"Our Team","/gallery/team.php",,,1
	,"Fund Raising Events","/gallery/fundraising.php",,,1
	,"Video Clips","/gallery/video.php",,,1
	])
	
//addmenu(menu=["contact",
	//,,77,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	//,"In India","/contact/india.php",,,1
	//,"In the UK","/contact/uk.php",,,1
	//,"In the USA","/contact/usa.php",,,1
	//])

dumpmenus()
