/*
  --- 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', null, null,
	    ['ABOUT US', 'index.html', null,	
		],
		['PROJECT TIPS', 'projects.html', null,	
		],
		['SOLUTIONS', 'solutions.html', null,
		],
		['CONTACT US', 'mailto:snefloorref@yahoo.com?subject=COMMENTS FROM WEBSITE'],
	],
	['PRODUCTS', null, null,
		['DIAMOND BLADES', 'blades.html'],
		['LENMAR PRODUCTS', 'lenmar.html'],
                ['MARSHALLTOWN PRODUCTS', 'http://www.marshalltown.com/prodline.html'],	
                ['WEILER PRODUCTS', 'weiler.html'],
		['CRAFTSMAN PRODUCTS', 'http://www.sears.com/sr/craftsman/product/cr_pr_tools.jsp?BV_UseBVCookie=Yes&vertical=TOOL'],
		['HILTI PRODUCTS', 'http://www.us.hilti.com/holus/modules/prcat/prca_main.jsp'],
		['PADCO PRODUCTS', 'padco.html'], 
                ['ALLWOOD FLOORS', 'http://www.allwoodimport.com'],
		['PROTECTIVE PRODUCTS', 'shrink_wrap.html'],
		['FLOOR COVERS', 'floor_covers.html'],
		['3M PRODUCTS', '3m.html']
	],
	['PORTFOLIO', null, null,
		['FEATURED PROJECTS', 'portfolio.html'],	
	],
	['CONTACT', null, null,
		['E-MAIL', 'mailto: snefloorref@yahoo.com?subject=Comments From Website'],
		
	],

];