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)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.3);Alpha(style=0,opacity=95);Shadow(color='#c7bd86', Direction=0, Strength=0)" 

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=30;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"c7bd86",				// Mouse Off Font Color
"",						// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"",						// Mouse On Background Color
"",						// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
"1d1b10",						// 3D Border & Separator bar
"1d1b10",						// 3D High Color
"1d1b10",						// 3D Low Color
"",						// Current Page Item Font Color (leave this blank to disable)
"",						// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"",						// Menu Header Font Color (Leave blank if headers are not needed)
"",						// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"c7bd86",				// Mouse Off Font Color
"342a16",				// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"523b1e",				// Mouse On Background Color
"1d1b10",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Arial",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
"",						// 3D Border & Separator bar
"755027",						// 3D High Color
"c7bd86",						// 3D Low Color
"c7bd86",						// Current Page Item Font Color (leave this blank to disable)
"342a16",						// Current Page Item Background Color (leave this blank to disable)
"c7bd86",						// Top Bar image (Leave this blank to disable)
"c7bd86",						// Menu Header Font Color (Leave blank if headers are not needed)
"c7bd86",						// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
80,					// Menu Top - The Top position of the menu in pixels
,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","",,"",1 
,"Home&nbsp;&nbsp;&nbsp;&nbsp;","index.htm",,"Back to the home page",1 
,"&nbsp;&nbsp;&nbsp;About&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,"About Mark Durston, Viktor Frankl and logotherapy",1
,"&nbsp;&nbsp;&nbsp;The&nbsp;Dinokeng&nbsp;experience&nbsp;&nbsp;&nbsp;&nbsp;","theDinonkengExperience.htm",,"The Dinokeng experience",1
,"&nbsp;&nbsp;&nbsp;Accommodation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=accommodation",,"",1
,"&nbsp;&nbsp;&nbsp;Gallery&nbsp;&nbsp;&nbsp;&nbsp;","gallery.htm","Photo gallery",,1
,"&nbsp;&nbsp;&nbsp;Contacts&nbsp;&amp;&nbsp;location&nbsp;&nbsp;&nbsp;&nbsp;","contact.htm",,"Contact details",1
,"&nbsp;&nbsp;&nbsp;Links&nbsp;&nbsp;&nbsp;&nbsp;","links.htm","Links to related sites",,1

])
	addmenu(menu=["about",
	,,120,0,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;About Dinokeng","about_dinokeng.htm",,,1
	,"&nbsp;About Owl Spot","about_owl_spot.htm",,,1
	])

	//addmenu(menu=["experience",
	//,,130,0,"",style2,,"left",effect,,,,,,,,,,,,
	//,"&nbsp;Microlighting","workshops_meaning_in_suffering.htm",,,1
	//,"&nbsp;Archery","workshops_meaning_of_life.htm",,,1
	//,"&nbsp;Bird watching","workshops_youth_meaning.htm",,,1
	//,"&nbsp;Game Drives","workshops_saving_our_youth.htm",,,1
	//,"&nbsp;Mystic Monkeys","workshops_child_grief.htm",,,1
	//,"&nbsp;Restaurants","workshops_couples_therapy.htm",,,1
	//,"&nbsp;Other","workshops_logoanalysis.htm",,,1
	//])

		addmenu(menu=["accommodation",
	,,150,0,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;Info and rates","accom_cottages.htm",,,1
	,"&nbsp;Terms and conditions","terms_conditions.htm",,,1
	])
dumpmenus()
