/*
  --- 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.
*/

var MENU_ITEMS = [
	['Overview','overview.htm', {'tw' : 'content'}],
	['Tech. Info','tech.htm', {'tw' : 'content'}],
	['Programming', null, null,
          ['Using BASCOM','bascom.htm', {'tw' : 'content'}],
          ['LCD driver code','lcdcode.htm', {'tw' : 'content'}],
		  ['RTC driver code','rtcdemo.htm', {'tw' : 'content'}],
          ['BASCOM Site','http://www.mcselec.com/bascom-avr.htm', {'tw' : '_blank'}],
          ['Using CodeVision C','codevision.htm', {'tw' : 'content'}],
	      	],
	['Projects', null, null,
          ['Relay Box','relay.htm', {'tw' : 'content'}],
          ['IR Receiver','irmod.htm', {'tw' : 'content'}],
	      ['LCD','onelinelcd.htm', {'tw' : 'content'}],
          ['8x24 LCD','biglcd2.htm', {'tw' : 'content'}],
          ['Thermometer','comingsoon.htm', {'tw' : 'content'}],         
	],
	['Links','links.htm', {'tw' : 'content'}],
	['Shop','shop.htm', {'tw' : 'content'}],
	
];