BLANK_IMAGE="images/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#ffffff", "shadow":"#ffffff", "bgON":"silver","bgOVER":"#ffe600"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var level1_css = {"ON":"clsCMLevel1On", "OVER":"clsCMLevel1Over"};
var STYLE = {"border":1, "shadow":2, "color":color, "css":css};
var STYLE1 = {"border":1, "shadow":2, "color":color, "css":level1_css};

//items and formats
var MENU_ITEMS_POSITIONING1 =
[
	{"pos":[180,250], "itemoff":[40,0], "leveloff":[0,350], "style":STYLE, "size":[50,350]},
	{code:"Frequently Asked Questions",
		sub:[{"style":STYLE1, "itemoff":[30,0], "size":[30,300]},
			{code:"FAQ full listing", url:"FAQ.html"},
			{code:"What is the Grevillea Park", url:"FAQ.html#whatis"},
			{code:"When is it open", url:"FAQ.html#open"},
			{code:"Contact Details", url:"FAQ.html#contactdetails"},
			{code:"List of plants", url:"FAQ.html#plantlist"},
			{code:"Who finances the park", url:"FAQ.html#finances"},
			{code:"Where is it located", url:"FAQ.html#location"},
			{code:"How did it start", url:"FAQ.html#history"},
			{code:"Who helps the Park", url:"FAQ.html#whohelps"},
			{code:"How did the Chapel get there", url:"FAQ.html#chapel"},
			{code:"Can I help", url:"FAQ.html#canhelp"},
			{code:"What facilities does the Park have", url:"FAQ.html#facilities"},
			{code:"Is there a video greeting from Ray Brown", url:"FAQ.html#rb_video"},
			{code:"Website details", url:"FAQ.html#website"},	]
	},
	{code:"Plant Lists",
		sub:[{"style":STYLE1, "itemoff":[30,0], "size":[30,300]},
			{code:"Enclosed section", url:"/GPWeb/displayPlants.jsp"},
			{code:"Garden Beds", url:"/beds"},
			{code:"Rear rainforest", url:"/displayRearRF.html"},
			{code:"Front Section (limited data available)", url:"/displayFrontSection.html"},
			{code:"Some common Grevillea cultivars", url:"/GrevilleaCultivars.html"},
			{code:"General list of Australian plants", url:"/GPWeb/displayAllSpecies.jsp"},
			{code:"Weeds of the park", url:"/weeds.html"}
		]
	},
	{code:"Images of the Park",
		sub:[{"style":STYLE1, "itemoff":[30,0], "size":[30,300]},
			{code:"General views (1)", url:"images/vistas2/index.html"},
			{code:"General views (2)", url:"images/vistas1/index.html"},
			{code:"General views -- panoramas", url:"images/panoramas/index.html"},
			{code:"Floral displays (close ups)", url:"images/grevilleas/processed/index.html"},
			{code:"Floral displays (beds)", url:"images/specimens/processed/index.html"},
			{code:"Floral displays", url:"images/vistas1/flowers.html"},
			{code:"Floral displays - non grevilleas", url:"images/nongrevs/processed/index.html"},
			{code:"Miscellaneous", url:"images/misc/processed/index.html"},
			{code:"Early days when work was commencing", url:"images/just_starting/pics.html"},
			{code:"New garden bed being developed", url:"images/new_bed/processed/index.html"},
			{code:"Fungi", url:"fungi.html"},
			{code:"Enclosed section map", url:"images/map_enclosed.jpg"},
			{code:"Rear rainforest map", url:"images/map_rear_rf.jpg"}
		]
	},
	{code:"Other",
		sub:[{"style":STYLE1, "itemoff":[30,0], "size":[30,300]},
			{code:"Fauna", url:"./other/fauna.html"},
			{code:"Other links", url:"./other/links.html"},
			{code:"Adminstrative features (login required)", url:"/GPWeb/admin.jsp"}
		]
	},
	
];
