// All Params are defined in file: HM_Loader.js (global)
// If necessary PageParams (local) can be defined here...
// Note: localParams do overwrite globalParams!

function loadArrays() {
	
	/* 
	ConfigNote:
	- Naming:	HM_Array1	= mainMenu1  
				HM_Array1_1	= child1 of Menu1
				HM_Array2	= mainMenu2
				HM_Array2_4	= child4 of Menu2
	- Position:	"calcPos(1)"	= mainMenu item#1
				"calcPos(2)"	= mainMenu item#2
			...
	- Child:	HM_Array1 =
				[...["XML","www.xml.com",1,0,1] = (child = possible)
				HM_Array1_1 =
				[...["XML","www.xml.com",1,0,0] = (child != possible)
	*/				




HM_Array1 =[[,"getPos(1)","getTop()",,,,,,,0,0,0,1,1,1,"null","null",,]


,["News","animal_news.html",1,0,1]	
,["&Uuml;ber Uns","animal_whisper.html",1,0,1]	

,["Kontakt","kontakt.html",1,0,1]	
,["Animal Links","tier-links.html",1,0,1]	
]



HM_Array2 =[[,"getPos(2)","getTop()",,,,,,,0,0,0,1,1,1,"null","null",,]


,["Energy Healing","energy_healing.html",1,0,1]

,["Chakra Healing","farb_therapie.html",1,0,1]	
,["Aura-Soma","aurasoma_therapie.html",1,0,1]	
]



HM_Array3 =[[,"getPos(3)","getTop()",,,,,,,0,0,0,1,1,1,"null","null",,]





,["Wellness Massage","wellness_massage.html",1,0,1]	


,["Tellington Touch","ttoch.html",1,0,1]	

,["Di&auml;t Massage","diat_massage.html",1,0,1]	


	
]

HM_Array4 =[[,"getPos(4)","getTop()",,,,,,,0,0,0,1,1,1,"null","null",,]

,["Angsttherapie","verhaltenstherapie.html",1,0,1]	
,["Hunde-Coaching","animal_coaching.html",1,0,1]	
,["Agility-Therapie","agility_therapie.html",1,0,1]	
]


HM_Array5 =[[,"getPos(5)","getTop()",,,,,,,0,0,0,1,1,1,"null","null",,]


,["Animal Talk","tierkommunikation.html",1,0,1]	


,["Shapeshifting","shapeshifting.html",1,0,1]	


,["Krafttier Hilfe","krafttiere.html",1,0,1]	

]


			
		
}