BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#005f8f",		// background color for the items
		bgOVER:"#1f729c"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#efd3d1i",	// color of the item border, if any
		shadow:"#005f8f",	// color of the item shadow, if any
		bgON:"#af6b00",		// background color for the items
		bgOVER:"#1f729c"	// 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 SUB_ITEMS = [
	{pos:["relative",216], itemoff:[0,0], leveloff:[25,0],style:NOSTYLE, size:[25,80]},
	{code:'Programmes',  url:"Index_Introduction.html", size:[24,100],
		sub:[
								
		]
	},
	
	{itemoff:[0,100]},
	{code:'Hierarchy Chart', url:"Index_Hierarchy.html", size:[24,125],
		sub:[
								
		]
	},
	
	
		{itemoff:[0,120]},
	{code:'Events Calendar', url:"Index_Events_Calendar.html", size:[24,130],
		sub:[
			
	]
		},
	
	
	
	{itemoff:[0,125]},
	{code:'How You Can Help', url:"Index_Help.html", size:[24,140],
		sub:[
			
	]
		},
	
	
{itemoff:[0,140]},
	{code:'Enquiries', url:"http://www.metta.org.sg/Index_Enquiries_Feedback.asp", size:[24,80],
		sub:[
			
	]
		},
		
	
	
	{itemoff:[0,80]},
	{code:'Contact Us', url:"Index_Contact.html", size:[24,98],
		sub:[
			
	]
		},
	
	
	
	
	];



