BLANK_IMAGE = 'http://www.gmac.gov.sg/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:"#86c200",	// color of the item border, if any
		shadow:"#73a700",	// color of the item shadow, if any
		bgON:"#73a700",		// background color for the items
		bgOVER:"#bbbbbb"	// 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","110"], itemoff:[0,0], leveloff:[21,0], style:STYLE, size:[23,90]},
	{code:"About Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Overview", url:"http://www.gmac.gov.sg/Index_About_Us.html",style:STYLE, size:[25,250]},
			{code:"A Note from Chairman", url:"http://www.gmac.gov.sg/Index_A_Note_From_Chairman.html",style:STYLE, size:[25,250]},
			{code:"The Committee", url:"http://www.gmac.gov.sg/Index_Main_Committee.html",style:STYLE, size:[25,250]},
			{code:"Subcommittee on Release", url:"http://www.gmac.gov.sg/Index_Committee_Agriculture_Products.html",style:STYLE, size:[25,250]},
			{code:"Subcommittee on Research", url:"http://www.gmac.gov.sg/Index_Committee_Research.html",style:STYLE, size:[25,250]},
			{code:"Subcommittee on Labelling", url:"http://www.gmac.gov.sg/Index_Committee_Labelling.html",style:STYLE, size:[25,250]},
			{code:"Subcommittee on Public Awareness", url:"http://www.gmac.gov.sg/Index_Committee_Public_Awareness.html",style:STYLE, size:[25,250]}
			]
	},
	{itemoff:[0,80]},
	{code:"News & Events",
		sub:[
			{itemoff:[21,0]},
			{code:"News Articles", url:"http://www.gmac.gov.sg/Index_News_Events_News.html",style:STYLE, size:[25,150]},
			{code:"Archived News Articles", url:"http://www.gmac.gov.sg/Index_News_Events_Archive_News_2007.html",style:STYLE, size:[25,150]},
			{code:"Events & Activities", url:"http://www.gmac.gov.sg/Index_News_Events_Events_Activities.html",style:STYLE, size:[25,150]}
					]
	},
	{itemoff:[0,110]},
	{code:"FAQs",
		sub:[
			{itemoff:[21,0]},
			{code:"Genetically Modified Organisms", url:"http://www.gmac.gov.sg/Index_FAQs_Genetically_Modified_Organisms.html",style:STYLE, size:[25,250]},
			{code:"Genetically Modified Foods", url:"http://www.gmac.gov.sg/Index_FAQs_Genetically_Modified_Foods.html",style:STYLE, size:[25,250]},
			{code:"Genetically Modified Animals", url:"http://www.gmac.gov.sg/Index_FAQs_Genetically_Modified_Animals.html",style:STYLE, size:[25,250]},
			{code:"Genetically Modified Microorganisms", url:"http://www.gmac.gov.sg/Index_FAQs_Genetically_Modified_Microorganisms.html",style:STYLE, size:[25,250]},
			{code:"Environment and Health Risks", url:"http://www.gmac.gov.sg/Index_FAQs_Environment_and_Health_Risks.html",style:STYLE, size:[25,250]},
			{code:"GMOs in the Biomedical Sciences", url:"http://www.gmac.gov.sg/Index_FAQs_GMOs_in_the_Biomedical_Sciences.html",style:STYLE, size:[25,250]}
			
			
		]
	},
	{itemoff:[0,60]},
	{code:"Guidelines",
		sub:[
			{itemoff:[21,0]},
			{code:"Overview on GMAC Guidelines", url:"http://www.gmac.gov.sg/Index_Guidelines_Overview_on_GMAC_Guidelines.html",style:STYLE, size:[25,400]},
			{code:"Singapore Guidelines on the Release of Agriculture-Related GMOs", url:"http://www.gmac.gov.sg/Index_Singapore_Guidelines_on_the_Release_of_Agriculture_Related_GMOs.html",style:STYLE, size:[25,400]},
			{code:"Singapore Biosafety Guidelines for Research on GMOs", url:"http://www.gmac.gov.sg/Index_Singapore_Biosafety_Guidelines_for_Research_on_GMOs.html",style:STYLE, size:[25,400]}			
			
		]
	},
	{itemoff:[0,85]},
	{code:"Resources",
		sub:[
			{itemoff:[21,0]},
                        {code:"Newsletters", url:"http://www.gmac.gov.sg/Index_Newsletter.html",style:STYLE, size:[25,150]}, 
			{code:"Recommended Readings", url:"http://www.gmac.gov.sg/Index_Resource_Recommended_Reading.html",style:STYLE, size:[25,150]},
			{code:"Useful Links", url:"http://www.gmac.gov.sg/Index_Resource_Useful_Links.html",style:STYLE, size:[25,150]},
			{code:"Professor GENE-ius", url:"http://www.gmac.gov.sg/Index_Resource_Professors_GENE_ius.html",style:STYLE, size:[25,150]}			
			
		]
	},
	
	{itemoff:[0,85]},
	{code:"Contact Us",url:"http://www.gmac.gov.sg/Index_Contact_Us.html",
		sub:[
			
		]
	},
	{itemoff:[0,85]},
	{code:"Quiz",
		sub:[
			{itemoff:[21,0]},
			{code:"Basic", url:"http://www.gmac.gov.sg/Quiz/quiz_basic/Quiz_Basic_Q1.html",style:STYLE, size:[25,150]},
			{code:"Intermediate", url:"http://www.gmac.gov.sg/Quiz/quiz_inter/Quiz_Inter_Q1.html",style:STYLE, size:[25,150]},
			{code:"Advanced", url:"http://www.gmac.gov.sg/Quiz/quiz_adv/Quiz_Adv_Q1.html",style:STYLE, size:[25,150]}			
			
		]
	},
	{itemoff:[0,60]},
	{code:"Forum",url:"http://www.gmac.gov.sg/Index_Forum.html",
		sub:[
			
		]
	},
	{itemoff:[0,60]},
	{code:"Site Map",url:"http://www.gmac.gov.sg/Index_Site_Map.html",
		sub:[
			
		]
	},
];
