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/home2.html"},
	{code:"<b>Informasi</b>",
		sub:[
			{itemoff:[21,0]},
			{code:"Tentang Kami",url:"http://www.gunungan.org/ab2.html"},
			{code:"Pegawai",url:"http://www.gunungan.org/pegawai.html"},
			{code:"Rencana ",
			sub:[
					{leveloff:[6,99]},
					{code:"Ke Depan",url:"http://www.gunungan.org/rkd.html"},
					{code:"Proposal",url:"http://www.gunungan.org/GUNUNGANOCT08.pdf"}
				]
			},

			//{code:"Sponsor",url:"sponsorr.html"},
			//{code:"Guestbook",url:"gb2.php"},
			{code:"Links",url:"http://www.gunungan.org/organisasi.html"}
		]
	},
	{code:"<b>Bantuan</b>",
	    sub:[
			{itemoff:[21,0]},
			{code:"Panti Asuhan",url:"http://www.gunungan.org/panti.html"},
			{code:"Bertemu Dengan Anak-Anak",url:"http://www.gunungan.org/bta.html"}
			]
	},
	{code:"<b>Kegiatan</b>",
		sub:[
			{itemoff:[21,0]},
			{code:"Java Earthquake",
				sub:[
					{leveloff:[6,99]},
					{code:"Keadaan Darurat",url:"http://www.gunungan.org/earth1.html"},
					{code:"Trauma Gempa",url:"http://www.gunungan.org/earth2.html"},
					{code:"Rekontruksi",url:"http://www.gunungan.org/earth3.html"},
					{code:"Liburan Panti Asuhan",url:"http://www.gunungan.org/day-out_ind.html"},
					{code:"download lengkap",url:"http://www.gunungan.org/earth.html"}
				]
			},
			{code:"<b>CHARITY Shop</b>", url:"http://www.gunungan.org/cs2.html"},
			{code:"<b>Teddy Bears</b>", url:"http://www.gunungan.org/teddies-2.html"},
			{code:"Liburan Panti Asuhan",url:"http://www.gunungan.org/day-out_ind.html"}
		]
	},
	{code:"<b>Album</b>", url:"http://www.gunungan.org/gambar.html"},	

	{code:"<b>Kontak Kami</b>",
		sub:[
			{itemoff:[21,0]},
			//{code:"Donatur", url:"http://www.gunungan.org/index.html"},
			{code:"Donatur", url:"http://www.gunungan.org/donatur.html"},
			{code:"Kontak", url:"http://www.gunungan.org/kontak.html",
			
				sub:[
					{leveloff:[0,99]},
					
				]
			}
		]
	},

];
