//this is for the menus

function mmLoadMenus() {

		  if (window.mm_menu_0001) return;
		  
		//	Sri Lanka At a Glance Links
  			window.mm_menu_0001 = new Menu();
		  	mm_menu_0001.addMenuItem("Country Profile",	"window.open('index.php?main_page=countryprofile', '_self');");
		  	mm_menu_0001.addMenuItem("Map of Sri Lanka", "window.open('index.php?main_page=srilankamap', '_self');");
		  	mm_menu_0001.addMenuItem("National Flag", "window.open('index.php?main_page=nationalflag', '_self');");
		  	mm_menu_0001.addMenuItem("National Emblem",	"window.open('index.php?main_page=emblem', '_self');");
		  	mm_menu_0001.addMenuItem("National Flower",	"window.open('index.php?main_page=nationalflower', '_self');");
			mm_menu_0001.addMenuItem("National Tree", "window.open('index.php?main_page=nationaltree', '_self');");
			mm_menu_0001.addMenuItem("National Anthem",	"window.open('index.php?main_page=nationalalthem', '_self');");

		//	Sri Lanka Embassy Links
  			window.mm_menu_0002 = new Menu();
		  	mm_menu_0002.addMenuItem("Ambassador and staff", "window.open('index.php?main_page=staff', '_self');");
		  	mm_menu_0002.addMenuItem("Location Map","window.open('index.php?main_page=locationmap', '_self');");
		  	mm_menu_0002.addMenuItem("Office Hours &amp; Holidays",	"window.open('index.php?main_page=officehours', '_self');");
		  	mm_menu_0002.addMenuItem("Contact us","window.open('index.php?main_page=contactus', '_self');");
		  	mm_menu_0002.addMenuItem("Photo Gallary","window.open('http://www.infolanka.com/photo/', '_blank');");
			
		//	Press Releases Links
  			window.mm_menu_0003 = new Menu();
		 mm_menu_0003.addMenuItem("Government","window.open('index.php?action=announce&type=government', '_self');");
		 mm_menu_0003.addMenuItem("Embassy","window.open('index.php?action=announce&type=embassy', '_self');");
			
		//	Statements
  		//	window.mm_menu_0004 = new Menu();
			
		//	Japan-Sri Lanka Relations
  			window.mm_menu_0005 = new Menu();
		  	mm_menu_0005.addMenuItem("History",	"window.open('index.php?main_page=history', '_self');");
		  	mm_menu_0005.addMenuItem("Political","window.open('index.php?main_page=political', '_self');");
		  	mm_menu_0005.addMenuItem("Economic","window.open('index.php?main_page=economic', '_self');");
		  	mm_menu_0005.addMenuItem("Official Development Assistance to SL","window.open('index.php?main_page=odasl', '_self');");
		  	mm_menu_0005.addMenuItem("Cultural","window.open('index.php?main_page=cultural', '_self');");						
		  	mm_menu_0005.addMenuItem("Contact us","window.open('index.php?main_page=contactus', '_self');");
			mm_menu_0005.menuWidth = 200;												

		//	Commerce
		  	window.mm_menu_0006_001 = new Menu("Tourism");
			mm_menu_0006_001.addMenuItem("Places of Interest","window.open('index.php?main_page=placesofinterest', '_self');");
		  	mm_menu_0006_001.addMenuItem("Festivals","window.open('index.php?main_page=festivals', '_self');");
			
  		  	window.mm_menu_0006_002 = new Menu("Business Councils");
			mm_menu_0006_002.addMenuItem("Sri Lanka Business Council of Japan (SLBCJ)","window.open('http://www.slbcj.com', '_blank');");
		  	mm_menu_0006_002.addMenuItem("Japan-Sri Lanka Business Cooperation Committee","window.open('index.php?main_page=jslbcc', '_self');");
			mm_menu_0006_002.menuWidth = 260;

  			window.mm_menu_0006 = new Menu();			
		  	mm_menu_0006.addMenuItem("Economic & Market Bulletin","window.open('index.php?main_page=econmkt', '_self');");
		  	mm_menu_0006.addMenuItem("Trade & Investment","window.open('index.php?main_page=investment', '_self');");
		  	mm_menu_0006.addMenuItem(mm_menu_0006_001);
		  	mm_menu_0006.addMenuItem("Ceylon Tea","window.open('index.php?main_page=cyelontea', '_self');");
		  	mm_menu_0006.addMenuItem("Trade Fairs and Exhibitions in SL","window.open('index.php?main_page=tfesl', '_self');");
		  	mm_menu_0006.addMenuItem(mm_menu_0006_002);
		  	mm_menu_0006.addMenuItem("Importation of Motor Vehicles","window.open('index.php?main_page=importvehicle', '_self');");
		  	mm_menu_0006.addMenuItem("Contact us","window.open('index.php?main_page=contactus', '_self');");
			mm_menu_0006.menuWidth = 180;
			
  
  		// Culture and Education
		  	window.mm_menu_0007_001_01 = new Menu("Sri Lankan");
			mm_menu_0007_001_01.addMenuItem("Sri Lanka Association in Japan","window.open('http://www.slaj.net', '_blank');");
		  	mm_menu_0007_001_01.addMenuItem("Sri Lanka Students Association","window.open('http://www.slsaj.com', '_blank');");
		  	mm_menu_0007_001_01.addMenuItem("Sri Lanka Forum","window.open('index.php?main_page=slstudyforum', '_self');");
			mm_menu_0007_001_01.menuWidth = 200;			
			
  		  	window.mm_menu_0007_001_02 = new Menu("Japanese");
			mm_menu_0007_001_02.addMenuItem("Japan-Sri Lanka Friendship","window.open('index.php?main_page=jpslfriendship', '_self');");
			mm_menu_0007_001_02.menuWidth = 200;
			
  		  	window.mm_menu_0007_001 = new Menu("Sri Lanka Associations in Japan");
			mm_menu_0007_001.addMenuItem(mm_menu_0007_001_01);			
			mm_menu_0007_001.addMenuItem(mm_menu_0007_001_02);						
		
  			window.mm_menu_0007 = new Menu("root");			
		  	mm_menu_0007.addMenuItem("Sri Lankan Culture","window.open('index.php?main_page=slculture', '_self');");
		  	mm_menu_0007.addMenuItem("Sri Lankan Music and Dance","window.open('index.php?main_page=slmusicdance', '_self');");
		  	mm_menu_0007.addMenuItem("Sri Lankan Food","window.open('index.php?main_page=slfood', '_self');");
		  	mm_menu_0007.addMenuItem("Sri Lanka Restaurants in Japan","window.open('index.php?main_page=slrestaurantsjp', '_self');");
		  	mm_menu_0007.addMenuItem("Sri Lanka Temples in Japan","window.open('index.php?main_page=sltemplesjp', '_self');");
		  					  
		  	mm_menu_0007.addMenuItem(mm_menu_0007_001);
		  	mm_menu_0007.addMenuItem("Studying in Sri Lanka", "window.open('index.php?main_page=studyinsl', '_self');");
		  	mm_menu_0007.addMenuItem("Studying in Japan", "window.open('index.php?main_page=studyinjp', '_self');");
		  	mm_menu_0007.addMenuItem("Scholarships and Financial Aid", "window.open('index.php?main_page=scholarships', '_self');");
		  	mm_menu_0007.addMenuItem("Sri Lanka Forum", "window.open('index.php?main_page=undercons', '_self');");			
			mm_menu_0007.menuWidth = 180;		
			
  		// Consular Services
		  	window.mm_menu_0008_001_01 = new Menu("Visa");
			mm_menu_0008_001_01.addMenuItem("Tourist visa",	"window.open('index.php?main_page=touristvisa', '_self');");
		  	mm_menu_0008_001_01.addMenuItem("Business visa","window.open('index.php?main_page=businessvisa', '_self');");
		  	mm_menu_0008_001_01.addMenuItem("Resident visa","window.open('index.php?main_page=residentvisa', '_self');");
		  	mm_menu_0008_001_01.addMenuItem("Entry Visa Official/Private","window.open('index.php?main_page=entryvisa', '_self');");			
			
  		  	window.mm_menu_0008_001_02 = new Menu("General Services");
			mm_menu_0008_001_02.addMenuItem("Registration of Births","window.open('index.php?main_page=birthreg', '_self');");
			mm_menu_0008_001_02.addMenuItem("Citizenship Certificates","window.open('index.php?main_page=citizenship', '_self');");
			mm_menu_0008_001_02.addMenuItem("Registration of Marriages","window.open('index.php?main_page=marriagereg', '_self');");
			mm_menu_0008_001_02.addMenuItem("Unmarried Certificates","window.open('index.php?main_page=unmarried', '_self');");
			mm_menu_0008_001_02.addMenuItem("Registration of Deaths","window.open('index.php?main_page=deathreg', '_self');");
			mm_menu_0008_001_02.addMenuItem("Application for a New Passport","window.open('index.php?main_page=newpassport', '_self');");
			mm_menu_0008_001_02.addMenuItem("Loss of a Passport","window.open('index.php?main_page=losspassport', '_self');");
			mm_menu_0008_001_02.addMenuItem("Renewal of a Passport","window.open('index.php?main_page=passportrenew', '_self');");
			mm_menu_0008_001_02.addMenuItem("Inclusion/Deletion of Childrenfs Names in/from Passport","window.open('index.php?main_page=childrensnames', '_self');");
			mm_menu_0008_001_02.addMenuItem("Passport Endorsements","window.open('index.php?main_page=endorsements', '_self');");
			mm_menu_0008_001_02.addMenuItem("Emergency Certificates","window.open('index.php?main_page=emergency', '_self');");			
			mm_menu_0008_001_02.addMenuItem("Non-Machine Readable Passports","window.open('index.php?main_page=nonmachine', '_self');");
			mm_menu_0008_001_02.menuWidth = 280;		
			
			window.mm_menu_0008_001_03 = new Menu("Other Services");			
			mm_menu_0008_001_03.addMenuItem("Certification of Educational and Other Documents",	"window.open('index.php?main_page=educational', '_self');");
			mm_menu_0008_001_03.addMenuItem("Certification of Drivers License",	"window.open('index.php?main_page=driverlicense', '_self');");
			mm_menu_0008_001_03.addMenuItem("Power of Attorney","window.open('index.php?main_page=attorney', '_self');");
			mm_menu_0008_001_03.addMenuItem("Declarations","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_001_03.addMenuItem("Affidavits","window.open('index.php?main_page=affidavits', '_self');");
			mm_menu_0008_001_03.addMenuItem("Certification of Signatures","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_001_03.addMenuItem("Attestation of Japanese Documents","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_001_03.menuWidth = 250;		

  		  	window.mm_menu_0008_001 = new Menu("English");
			mm_menu_0008_001.addMenuItem(mm_menu_0008_001_01);			
			mm_menu_0008_001.addMenuItem(mm_menu_0008_001_02);
			mm_menu_0008_001.addMenuItem(mm_menu_0008_001_03);
			
		  	window.mm_menu_0008_002_01 = new Menu("Visa");
			mm_menu_0008_002_01.addMenuItem("Tourist visa",	"window.open('index.php?main_page=touristvisa', '_self');");
		  	mm_menu_0008_002_01.addMenuItem("Business visa","window.open('index.php?main_page=businessvisa', '_self');");
		  	mm_menu_0008_002_01.addMenuItem("Resident visa","window.open('index.php?main_page=residentvisa', '_self');");
		  	mm_menu_0008_002_01.addMenuItem("Entry Visa Official/Private","window.open('index.php?main_page=entryvisa', '_self');");			
			window.mm_menu_0008_002_02 = new Menu("General Services");
			mm_menu_0008_002_02.addMenuItem("Registration of Births","window.open('index.php?main_page=birthreg', '_self');");
			mm_menu_0008_002_02.addMenuItem("Citizenship Certificates","window.open('index.php?main_page=citizenship', '_self');");
			mm_menu_0008_002_02.addMenuItem("Registration of Marriages","window.open('index.php?main_page=marriagereg', '_self');");
			mm_menu_0008_002_02.addMenuItem("Unmarried Certificates","window.open('index.php?main_page=unmarried', '_self');");
			mm_menu_0008_002_02.addMenuItem("Registration of Deaths","window.open('index.php?main_page=deathreg', '_self');");
			mm_menu_0008_002_02.addMenuItem("Application for a New Passport","window.open('index.php?main_page=newpassport', '_self');");
			mm_menu_0008_002_02.addMenuItem("Loss of a Passport","window.open('index.php?main_page=losspassport', '_self');");
			mm_menu_0008_002_02.addMenuItem("Renewal of a Passport","window.open('index.php?main_page=passportrenew', '_self');");
			mm_menu_0008_002_02.addMenuItem("Inclusion/Deletion of Childrenfs Names in/from Passport",	"window.open('index.php?main_page=childrensnames', '_self');");
			mm_menu_0008_002_02.addMenuItem("Passport Endorsements","window.open('index.php?main_page=endorsements', '_self');");
			mm_menu_0008_002_02.addMenuItem("Emergency Certificates","window.open('index.php?main_page=emergency', '_self');");			
			mm_menu_0008_002_02.addMenuItem("Non-Machine Readable Passports","window.open('index.php?main_page=nonmachine', '_self');");
			mm_menu_0008_002_02.menuWidth = 280;		
			
			window.mm_menu_0008_002_03 = new Menu("Other Services");			
			mm_menu_0008_002_03.addMenuItem("Certification of Educational and Other Documents",	"window.open('index.php?main_page=educational', '_self');");
			mm_menu_0008_002_03.addMenuItem("Certification of Drivers License",	"window.open('index.php?main_page=driverlicense', '_self');");
			mm_menu_0008_002_03.addMenuItem("Power of Attorney","window.open('index.php?main_page=attorney', '_self');");
			mm_menu_0008_002_03.addMenuItem("Declarations","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_002_03.addMenuItem("Affidavits","window.open('index.php?main_page=affidavits', '_self');");
			mm_menu_0008_002_03.addMenuItem("Certification of Signatures","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_002_03.addMenuItem("Attestation of Japanese Documents","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0008_002_03.menuWidth = 250;		

  		  	window.mm_menu_0008_002 = new Menu("Sinhala");
			mm_menu_0008_002.addMenuItem(mm_menu_0008_002_01);			
			mm_menu_0008_002.addMenuItem(mm_menu_0008_002_02);
			mm_menu_0008_002.addMenuItem(mm_menu_0008_002_03);
			
			window.mm_menu_0008 = new Menu("root");			
		  	mm_menu_0008.addMenuItem("Office Hours","window.open('index.php?main_page=officehours', '_self');");
		  	mm_menu_0008.addMenuItem(mm_menu_0008_001);
		  	mm_menu_0008.addMenuItem(mm_menu_0008_002);
		  	mm_menu_0008.addMenuItem("Contact us","window.open('index.php?main_page=contactus', '_self');");					  

		//	Media Guidelines
  			window.mm_menu_0009 = new Menu();
		  	mm_menu_0009.addMenuItem("Regulations",	"window.open('index.php?main_page=regulations', '_self');");
		  	mm_menu_0009.addMenuItem("Necessary Documents",	"window.open('index.php?main_page=mediadocs', '_self');");
		  	mm_menu_0009.addMenuItem("Visa", "window.open('index.php?main_page=mediadocs', '_self');");
		  	mm_menu_0009.addMenuItem("Press Accreditation in Sri Lanka","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_0009.menuWidth = 165;
			
		//	SL Associations in Japan
		  	window.mm_menu_00010_001 = new Menu("Sri Lankan");
			mm_menu_00010_001.addMenuItem("Sri Lanka Association in Japan",	"window.open('http://www.slaj.net', '_blank');");
		  	mm_menu_00010_001.addMenuItem("Sri Lanka Students Association in Japan (SLSAJ)","window.open('http://www.slsaj.com', '_blank');");
			//mm_menu_00010_001.addMenuItem("Sri Lanka Business Council of Japan (SLBCJ)","window.open('http://www.slbcj.com', '_blank');");
		  	//mm_menu_00010_001.addMenuItem("Sri Lanka Study Forum",				"window.open('index.php?main_page=undercons', '_self');");			
			mm_menu_00010_001.menuWidth = 250;
						
  		  	window.mm_menu_00010_002 = new Menu("Japanese");
			mm_menu_00010_002.addMenuItem("Japan-Sri Lanka Association","window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00010_002.addMenuItem("Japan-Sri Lanka Parliamentary League","window.open('index.php?main_page=undercons', '_self');");
			//mm_menu_00010_002.addMenuItem("Japan-Sri Lanka Friendship Association","window.open('index.php?main_page=undercons', '_self');");
		  	//mm_menu_00010_002.addMenuItem("Japan-Sri Lanka Business Cooperation Committee","window.open('index.php?main_page=undercons', '_self');");			
			mm_menu_00010_002.menuWidth = 220;

  			window.mm_menu_00010 = new Menu();			
		  	mm_menu_00010.addMenuItem(mm_menu_00010_001);
		  	mm_menu_00010.addMenuItem(mm_menu_00010_002);

		//	Japanese NGOs and NPOs
  			window.mm_menu_00011 = new Menu();
		  	mm_menu_00011.addMenuItem("Japanese NGO Network on Reconstruction &amp; Development of SL","window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00011.addMenuItem("Registration of NGOs and NPOs","window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00011.addMenuItem("Other","window.open('index.php?main_page=undercons', '_self');");
			mm_menu_00011.menuWidth = 320;		

			//mm_menu_00011.writeMenus();
			
		
		//	Register with the embassy
  			//window.mm_menu_00012 = new Menu();
		
		
		//	Test
  			window.mm_menu_00013 = new Menu();
		  	mm_menu_00013.addMenuItem("Sub Menu Item 1", "window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00013.addMenuItem("Sub Menu Item 2", "window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00013.addMenuItem("Sub Menu Item 3", "window.open('index.php?main_page=undercons', '_self');");
		  	mm_menu_00013.addMenuItem("Sub Menu Item 4", "window.open('index.php?main_page=undercons', '_self');");
					
				
		//	Right - Peace Process...
  			window.mm_menu_00014 = new Menu();
		  	mm_menu_00014.addMenuItem("Peace in Sri Lanka [SCOPP]", "window.open('http://www.peaceinsrilanka.com/', '_blank');");
		  	mm_menu_00014.addMenuItem("Media Center for National Security",	"window.open('http://www.nationalsecurity.lk/', '_blank');");
			mm_menu_00014.menuWidth = 175;
		  	
		
		//	Right - Govt
  			window.mm_menu_00015 = new Menu();
		  	mm_menu_00015.addMenuItem("Information Department of Sri Lanka", "window.open('http://www.news.lk/', '_blank');");
		  	mm_menu_00015.addMenuItem("Official website of Srilanka", "window.open('http://www.gov.lk/home.asp', '_blank');");
		  	mm_menu_00015.addMenuItem("President of Sri Lanka",	"window.open('http://www.mahindarajapaksa.com/', '_blank');");
		  	mm_menu_00015.addMenuItem("Prime Minister of Srilanka",	"window.open('http://www.pmoffice.gov.lk/new/', '_blank');");
			mm_menu_00015.menuWidth = 180;
			
		//	Right - Trade Finance
  			window.mm_menu_00016 = new Menu();
		  	mm_menu_00016.addMenuItem("Board of Investments of Sri Lanka", "window.open('http://www.boi.lk/Splash/index.asp', '_blank');");
		    mm_menu_00016.addMenuItem("Central Bank of Sri Lanka", "window.open('http://www.cbsl.lk/', '_blank');");
			mm_menu_00016.addMenuItem("Ceylon Chamber of Commerce", "window.open('http://www.chamber.lk/', '_blank');");
			mm_menu_00016.addMenuItem("Lanka Business Web", "window.open('http://www.lanka.net', '_blank');");
			mm_menu_00016.addMenuItem("National Development Bank (NDB)", "window.open('http://www.ndbbank.com/', '_blank');");
			mm_menu_00016.addMenuItem("Sri Lanka Nation Building Bonds", "window.open('http://www.centralbanklanka.org/SLNBB/SLNBBond.htm', '_blank');");
			mm_menu_00016.addMenuItem("Sri Lanka Tea Board", "window.open('http://www.pureceylontea.com/', '_blank');");
			mm_menu_00016.menuWidth = 175;
			
			
		//	Right - Tourism, Culture
  			window.mm_menu_00017 = new Menu();
		  	mm_menu_00017.addMenuItem("Discover Sri Lanka", "window.open('http://www.discoversrilanka.com/', '_blank');");
		  	mm_menu_00017.addMenuItem("Sri Lanka Photo Album", "window.open('http://www.infolanka.com/photo/', '_blank');");
		  	mm_menu_00017.addMenuItem("Sri Lankan Recipes", "window.open('http://www.infolanka.com/recipes/', '_blank');");
		  	mm_menu_00017.addMenuItem("Sri Lankan Songs", "window.open('http://www.infolanka.com/miyuru_gee/', '_blank');");
			
		//	Right - Other
  			window.mm_menu_00018 = new Menu();
		  	mm_menu_00018.addMenuItem("BBC Sinhala", "window.open('http://www.bbc.co.uk/sinhala/', '_blank');");
		  	mm_menu_00018.addMenuItem("Metta Net", "window.open('http://www.metta.lk/', '_blank');");
					
			
		// 19, 20, 21... here onwards
		
		
		mm_menu_00018.writeMenus();
			
		}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


