BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#99CC99",	// color of the item shadow, if any
		bgON:"#99CC99",		// background color for the items
		bgOVER:"#7ebe7e"	// 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 RED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
       	border:"#666666",	// color of the item border, if any
		shadow:"#c0e2c2",	// color of the item shadow, if any
		bgON:"#c0e2c2",		// background color for the items
		bgOVER:"#7ebe7e"   // 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:['',''], itemoff:[20,0], leveloff:[10,140], style:STYLE, size:[26,150]  },
{code:"<img src='images/arrow.gif' width='13' height='10'><b>Home","url":"index.htm"},

{code:"<img src='images/arrow.gif' width='13' height='10'><b>About Us","url":"aboutus.htm"},
 {code:"<img src='images/arrow.gif' width='13' height='10'><b>What's new",
		sub:[
		   {style:RED_STYLE},
			{code:  " -Environment Audit ","url":"env_audit/env_audit_70_jul10/wista_eva.htm",target:"_blank"},

			{code:"-Environment Accounting","url":"env_acc/env_account_31_jun10/wista_eva_acc.htm",target:"_blank"},

            	{code:"-Envis News","url":"envis_news/news_93_jul10.pdf",target:"_blank"},

            	{code:"-Coming Workshop","url":""},


		]
	},
    	{code:"<img src='images/arrow.gif' width='13' height='10'><b>Collected Resources",
		sub:[
			{style:RED_STYLE},
			{code:"-Reports",
				sub:[
						{pos:['',''], itemoff:[20,0], leveloff:[10,140], style:RED_STYLE, size:[26,160]  },
					{code:"-Air","url":"collected_resources_reports_air.htm"},
					{code:"-Water","url":"collected_resources_reports_water.htm"},
                    {code:"-Industries","url":"collected_resources_reports_industries.htm"},
                    {code:"-Solid Waste. Units","url":"collected_resources_reports_solidwaste.htm"},
                    {code:"-Audits","url":"collected_resources_reports_audits.htm"},
                    {code:"-Guides","url":"collected_resources_reports_guides.htm"},
                    {code:"-Accounting","url":"collected_resources_reports_accounting.htm"},
                    {code:"-Env.Justice","url":"collected_resources_reports_envjustice.htm"},
                    {code:"-Env.Indicators","url":"collected_resources_reports_envindicators.htm"},
                    {code:"-Environmental Org","url":"collected_resources_reports_environmentalorg.htm"},
                    {code:"-E Tv","url":"collected_resources_reports_et.htm"},
                    {code:"-Emission Trade","url":"collected_resources_reports_emmisiontrade.htm"},
                    {code:"-Corp Social Responsibility","url":"collected_resources_reports_csr.htm"},
                    {code:"-General Reports","url":"collected_resources_reports_reports.htm"},
                    {code:"-Eco-Mark","url":"collected_resources_reports_ecomark.htm"}

				]
			},
			{code:"-Books","url":"collected_resources_books.htm"},
			{code:"-Journals","url":"collected_resources_journals.htm"}
		]
	},
    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Wista",
		sub:[
		   {style:RED_STYLE},
			{code:  " -Environment Audit ","url":"env_audit/env_audit_70_jul10/wista_eva.htm",target:"_blank"},

			{code:"-Environment Accounting","url":"env_acc/env_account_31_jun10/wista_eva_acc.htm",target:"_blank"},


		]
	},

    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Envis News","url":"envis_news/news_93_jul10.pdf",target:"_blank"},

    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Audit Reports","url":"auditreports.htm"},
    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Audit Guides","url":"auditguides.htm"},

    	{code:"<img src='images/arrow.gif' width='13' height='10'><b>Others",
		sub:[
		   {style:RED_STYLE},
			{code:"-Experts","url":"others-expert.htm"},
			{code:"-Institutions","url":"others-institutes.htm"},
			{code:"-Envis Center","url":"others-enviscentres.htm"},
           	{code:"-Useful Links","url":"others-links.htm"},
            	{code:"-Ecomarks","url":"others-ecomark.htm"}
		]
	},

    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Status Papers","url":"statuspapers.htm"},
    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Archieve",
    sub:[
    {style:RED_STYLE},
    {code:"-Environment Audit","url":"envisaudit_archieve.htm"},
    {code:"-Environment Accounting","url":"envisaccount_archieve.htm"},
    {code:"-Envis News","url":"envisnews_archieve.htm"}
    ]
    },
    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Subscribe","url":"http://wittsenvis.org/subscribe.php"},
	{code:"<img src='images/arrow.gif' width='13' height='10'><b>Contact Us","url":"contact.htm"},
    {code:"<img src='images/arrow.gif' width='13' height='10'><b>Query/Feedback","url":"http://wittsenvis.org/inquiry.php"},
{code:"<img src='images/arrow.gif' width='13' height='10'><b>Image Gallery","url":"image-gallery.htm"}
];

