
/******************************************
Menu item creation:
					  1			2		3	   4	  5		6		7		8			9		10			11		   12	 13		14		15			16			17
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
if( langue == "en" ) {
		oCMenu.makeMenu('sub50','about','&nbsp;Mission',path + 'english/benefit/benefits.asp','',110)
		oCMenu.makeMenu('sub53','about','&nbsp;Organization',path + 'english/organization/organization.asp','',110)
		oCMenu.makeMenu('sub58','about','&nbsp;Directors',path + 'english/directors/directors.asp','',110)
		oCMenu.makeMenu('sub54','about','&nbsp;Hall of Fame',path + 'english/halloffame/halloffame.asp','',110)
		oCMenu.makeMenu('sub51','about','&nbsp;By-Laws',path + 'english/bylaws/bylaws.doc','_blank',110)
		oCMenu.makeMenu('sub52','about','&nbsp;Policies',path + 'english/policies/policies.asp','',110)
		oCMenu.makeMenu('sub57','about','&nbsp;Resolutions',path + 'english/resolutions/resolutions.asp','',110)
		oCMenu.makeMenu('sub56','about','&nbsp;Past Board Members',path + 'english/pastMembers/past.asp','',110,25)
		oCMenu.makeMenu('sub55','about','&nbsp;Contact Us',path + 'english/contactus/contactus.asp','',110)
			
} else if( langue == "fr" ) {	
		oCMenu.makeMenu('sub50','about','&nbsp;Mission',path + 'francais/benefit/benefits.asp','',110)
		oCMenu.makeMenu('sub53','about','&nbsp;Organisation',path + 'francais/organization/organization.asp','',110)
    oCMenu.makeMenu('sub58','about','&nbsp;Directeurs',path + 'francais/directors/directors.asp','',110)
	  oCMenu.makeMenu('sub54','about','&nbsp;Hall of Fame',path + 'francais/halloffame/halloffame.asp','',110)
		oCMenu.makeMenu('sub51','about','&nbsp;Statut',path + 'francais/bylaws/bylaws.doc','_blank',110)
		oCMenu.makeMenu('sub52','about','&nbsp;Policiques',path + 'francais/policies/policies.asp','',110)
		oCMenu.makeMenu('sub57','about','&nbsp;Résolutions',path + 'francais/resolutions/resolutions.asp','',110)
		oCMenu.makeMenu('sub56','about','&nbsp;Anciens Directeurs du IUA',path + 'francais/pastMembers/past.asp','',110,25)
		oCMenu.makeMenu('sub55','about','&nbsp;Contactez-nous',path + 'francais/contactus/contactus.asp','',110)
} else if( langue == "es" ) {
		oCMenu.makeMenu('sub50','about','&nbsp;Mission',path + 'espanol/benefit/benefits.asp','',110)
		oCMenu.makeMenu('sub53','about','&nbsp;Organization',path + 'espanol/organization/organization.asp','',110)
		oCMenu.makeMenu('sub58','about','&nbsp;Directors',path + 'deutsch/directors/directors.asp','',110)
    oCMenu.makeMenu('sub54','about','&nbsp;Hall of Fame',path + 'espanol/halloffame/halloffame.asp','',110)
		oCMenu.makeMenu('sub51','about','&nbsp;By-Laws',path + 'espanol/bylaws/bylaws.doc','_blank',110)
		oCMenu.makeMenu('sub52','about','&nbsp;Policies',path + 'espanol/supportCenter/specs/specs.asp','',110)
		oCMenu.makeMenu('sub57','about','&nbsp;Resolutions',path + 'sepanol/resolutions/resolutions.asp','',110)
		oCMenu.makeMenu('sub56','about','&nbsp;Past Board Members',path + 'espanol/pastMembers/past.asp','',110,25)
		oCMenu.makeMenu('sub55','about','&nbsp;Contact Us',path + 'espanol/contactus/contactus.asp','',110)
} else {
		oCMenu.makeMenu('sub50','about','&nbsp;Aufgaben und Ziele',path + 'deutsch/benefit/benefits.asp','',110)
		oCMenu.makeMenu('sub53','about','&nbsp;Organisation',path + 'deutsch/organization/organization.asp','',110)
    oCMenu.makeMenu('sub58','about','&nbsp;Vorstände',path + 'deutsch/directors/directors.asp','',110)
		oCMenu.makeMenu('sub54','about','&nbsp;Hall of Fame',path + 'deutsch/halloffame/halloffame.asp','',110)
		oCMenu.makeMenu('sub51','about','&nbsp;Satzung',path + 'deutsch/bylaws/bylaws.doc','_blank',110)
		oCMenu.makeMenu('sub52','about','&nbsp;Grundsätze',path + 'deutsch/policies/policies.asp','',110)
		oCMenu.makeMenu('sub57','about','&nbsp;Beschlüsse',path + 'deutsch/resolutions/resolutions.asp','',110)
		oCMenu.makeMenu('sub56','about','&nbsp;ehemalige Vorstände',path + 'deutsch/pastMembers/past.asp','',110,25)
		oCMenu.makeMenu('sub55','about','&nbsp;Kontakt',path + 'deutsch/contactus/contactus.asp','',110)
}

//Leave this line - it constructs the menu
oCMenu.construct()		
