/* --- menu items --- */
var MENU_ITEMS = [

	['CERAMIC TOOL<BR>COMPANY', 'ceramic_tool.html',
		['Worldwide Success', 'success.html'],
	],


	['STONE SHOWER<BR>BASINS', 'NewBasins/index.html',
		['Installation', 'NewBasins/shower-basin-installation.html'],
		['Showrooms', 'NewBasins/shower-basin-showrooms.html']
	],

	['&nbsp;OTHER FLOORING<BR>&nbsp;PRODUCTS', null,
		['Tile Setting Frames', 'tile_setting.html'],
		['Flooring Materials', 'flooring_materials.html']
	],

	['CREATIVE STONE<BR>FURNITURE', 'creative_stone_furniture.html',
	],


];

