/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
/*
  --- Code changed by John Agustin ---
  The original code provided by Tiagra Menu Gold was changed to suite the
  needs of the company's website. For more information about the company
  that developed the original coding, please visit http://www.softcomplex.com/.
*/

var MENU_ITEMS = [
	['Corporate Info', null, null,
		['Corporate Profile', 'http://www.can-cal.com/cinformation/corporateprofile.htm'],
		['Senior Management', 'http://www.can-cal.com/cinformation/seniormanagement.htm'],
		['Board of Directors', 'http://www.can-cal.com/cinformation/boardofdirectors.htm'],
		['Head Office', 'http://www.can-cal.com/cinformation/headoffice.htm'],
	/*	['Mexico Office', 'http://www.can-cal.com/cinformation/mexicooffice.htm'], */		
	],
	['Projects', null, null,
	 /* ['Santiago, Mexico', 'http://www.can-cal.com/projects/santiagomexico.htm'], */
	 /*	['EL Colomo - Mexico', 'http://www.can-cal.com/projects/elcolomo.htm'], */
	 /*	['Arco - Mexico', 'http://www.can-cal.com//projects/arco.htm'], */
		['Pisgah - US', 'http://www.can-cal.com/projects/pisgahcalifornia.htm'],
		['Owl Canyon - US', 'http://www.can-cal.com/projects/owlcanyon.htm'],
		['Cerbat - US', 'http://www.can-cal.com/projects/cerbat.htm'],
		['Wikieup - US', 'http://www.can-cal.com/projects/wikieup.htm'],
	],
	['Investor Center', null, null,
		['Press Releases', 'http://www.can-cal.com/icentre/pressreleases.htm'],
	/*	['Stock Quote', 'http://www.stockhouse.com/comp_info.asp?symbol=CCRE&table=LIST', {'tw' : '_blank'}], */
		['Stock Quote', 'http://www.can-cal.com/icentre/stockquote.htm'],
		['Company Information', 'http://www.can-cal.com/icentre/stockinformation.htm'],
		['Financial Statements', 'http://www.sec.gov/cgi-bin/browse-edgar?company=can+cal+resources+&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany', {'tw' : '_blank'}],
		['Request Information', 'http://www.can-cal.com/icentre/requestinformation.htm'],
	],
	['News Letter', 'http://www.can-cal.com/newsletter/index.htm'],
	['Contact Us', 'http://www.can-cal.com/contactus/contactus.htm'],
	['Home', 'http://www.can-cal.com/index.html'],
	['wikieup report', 'http://www.can-cal.com/wikieup.final.43-101.pdf'],
	['pisgah report', 'http://www.can-cal.com/pisgah.final.43-101.pdf'],

];

