BLANK_IMAGE = 'menu/images/b.gif';
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#fff000",	// color of the item shadow, if any
		bgON:"#0000ff",		// background color for the items
		bgOVER:"#00ccff"	// background color for the item which is under mouse right now		
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var MENU_ITEMS = [
	{pos:["relative"], itemoff:[0,110], leveloff:[28,0],  style:STYLE, size:[22,110]},
	{code:"<b>Home</b>", url:"http://www.gunungan.org/index.html"},
	{code:"<b>Information</b>",
		sub:[
			{itemoff:[21,0]},
			{code:"About Us",url:"http://www.gunungan.org/Inggris/information/ab.html"},
			{code:"Staff",url:"http://www.gunungan.org/Inggris/information/staf.html"},
			{code:"Business Plan",
			sub:[
					{leveloff:[10,99]},
					{code:"Business Plan",url:"http://www.gunungan.org/Inggris/information/bp.html"},
					{code:"Proposal",url:"http://www.gunungan.org/Inggris/information/GUNUNGANOCT08.pdf"}
				]
			},
			//{code:"Sponsor",url:"sponsor.php"},
			{code:"Links Us",url:"http://www.gunungan.org/Inggris/information/link_us.html"},
			{code:"Links",url:"http://www.gunungan.org/Inggris/information/organization.html"}
		]
	},
	{code:"<b>Complex</b>",
		sub:[
			{itemoff:[21,0]},
			{code:"Orphanage",url:"http://www.gunungan.org/Inggris/complex/orphanage.html"},
			{code:"Meet The Kids",url:"http://www.gunungan.org/Inggris/complex/mmk.html"}
			]
	},
	{code:"<b>Projects</b>",
		sub:[
			{itemoff:[21,0]},
			{code:"Java Earthquake",
				sub:[
					{leveloff:[6,99]},
					{code:"Emergency Aid",url:"http://www.gunungan.org/Inggris/project/earthquake1.html"},
					{code:"Trauma Relief",url:"http://www.gunungan.org/Inggris/project/earthquake2.html"},
					{code:"Reconstruction",url:"http://www.gunungan.org/Inggris/project/earthquake3.html"},
					{code:"download report",url:"http://www.gunungan.org/Inggris/project/earthquake.html"}
				]
			},
			{code:"CHARITY Shop", url:"http://www.gunungan.org/Inggris/project/cs.html"},
			{code:"Teddy Bears", url:"http://www.gunungan.org/Inggris/project/teddies-ing.html"},
			{code:"Orphanage Day Out",url:"http://www.gunungan.org/Inggris/project/day-out_ing.html"}
			]
	},
	{code:"<b>Gallery</b>", url:"http://www.gunungan.org/Inggris/galery/foto.html"},	
	{code:"<b>Contact Us</b>",
		sub:[
			{itemoff:[21,0]},
			//{code:"Donate Now", url:"http://www.gunungan.org/index.html"},
			{code:"Donate Now", url:"http://www.gunungan.org/Inggris/contact/donate.html"},
			{code:"Contact", url:"http://www.gunungan.org/Inggris/contact/contack.html"}
		]
	},
];