overview =		[	"funds.gif",		//Normal State
					"funds_over.gif",	//Enabled State
					"Funds & Performance", //Alternate String
					"Funds & Performance",				//Status String
					181			//width
				]

image_bank =	[	"news.gif",
					"news_over.gif",
					"News & Commentaries",
					"News & Commentaries",
					191
				]
source_files =	[ "company.gif",
					  "company_over.gif",
					  "Company Information",
					  "Company Information",
					  195
						]		

typography_colour =	[ "investing.gif",
						  "investing_over.gif",
						  "Investing With Us",
						  "Investing With Us",
						  183
						]

overview_2 =	[	[143], //left, top
					["Our SICAVs at-a-glance","/lux/jsp/funds/sicav.jsp"],
					["SICAV Prices","/lux/jsp/funds/prices.jsp"],
					["SICAV Fund Finder","/lux/jsp/funds/fundsselect.jsp"],
					["SICAV Performance","/lux/jsp/funds/performance.jsp"],
					["FTIF Dividends","/lux/jsp/funds/dividends.jsp"],
					["SICAV Ratings","/lux/jsp/funds/rating.jsp"],
					["Fund Inventories","/lux/jsp/funds/fundholdings.jsp"]					
		
				]

image_bank_2= [	[],
					["About Funds","/lux/jsp/news/funds.jsp"],
					["About Markets","/lux/jsp/news/markets.jsp"],
					["Fixed Income Perspectives","/lux/jsp/news/perspective.jsp"]
					//["FTI In The Press","/lux/jsp/news/press_clippings.jsp"]					
					
				 ]
typography_colour_2=	[	[],

						["How to Invest","/lux/jsp/invest/invest.jsp"],
						["Application Forms","/lux/jsp/invest/application_forms.jsp"],
						["Legal Documents","/lux/jsp/invest/legal.jsp"],
						["Marketing Literature","/lux/jsp/invest/mkt_literature.jsp"],
						["Glossary","/lux/jsp/invest/glossary_a.jsp"]
							
						]
source_files_2 = 	[	[],
					
						["Investment Philosophy","/lux/jsp/company/invest.jsp"],
						["Franklin Templeton Worldwide","/lux/jsp/company/group.jsp"],
						["Franklin Templeton Luxembourg","/lux/jsp/company/franklin.jsp"],
						["Regulatory Information","/lux/jsp/company/regulatory-information.jsp"]	
														
						]	
							
var mainMenu = [[overview, overview_2],
				[image_bank, image_bank_2],
				[source_files, source_files_2],
				[typography_colour, typography_colour_2]

			  ]
	

//alert(_topMenu.length);  

//alert(TheMenu[0][1][1][0]);
//alert();
// 1- length-1 sec nav elements
//[][primary-0,secondary-1][][displaystr-0

