/*
  --- 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 = [

	['Home', 'index.html', null,
	],
        
        	['Products', 'products.htm', null,
                ['All Products', 'http://wecount.com/products.htm'],
		['Count-Wise I', 'products-Countwise1.htm'],
		['Count-Wise M', 'products-CountwiseM.htm'],
                ['Count-Wise III', 'products-CountWiseIII.htm'],
                ['Count-Wise T', 'products-CountwiseT.htm'],
		['Max-Bantam', 'products-MaxBantam.htm'],
		['Count-Wise Twin', 'products-CountwiseTwin.htm'],
		['Count-Wise MB', 'products-CountwiseIMB.htm'],
		['Count-Wise SS', 'products-CountwiseSS.htm'],
		['Shooter-II', 'products-Shooter2.htm'],
		['Sharp Shooter-II', 'products-SharpShooter2.htm'],
		['Options / Accessories', 'products-Options.htm'],
                ['Sample Videos', 'Videos.htm'],
                
            ],

	['News & Events', '', null,

		['Latest News', 'news.htm'],
                ['Company Profile', 'Company Profile.html'],
		['Tradeshow Schedule', 'tradeshowSchedule.htm'],
		['Q and A', 'QandA.htm'],
                ['Sample Videos', 'Videos.htm'],
	],


	['Testimonials ', 'testimonials.htm', null,
	
	],
	
	['Request Info', 'requestInfo.htm', null,

	],
	['Email Us', 'mailto:uspc1@wecount.com', 'aadnull',
	
	],
        ['Service / Support', 'images/feedback.htm', null,

        ],
        ['Financing', 'http://www.crestcapital.com/wecount', null,

        ],
        ['Dealer section', 'dealer page.htm', null,

        ],
        ['Used Equipment', 'dealer page.htm', null,

        
];


