/*
  --- 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.asp',
	],
	['About Us', null, null,
		['History', 'jt_history.shtml'],
		['Equipment', null, null,
			['Boom Technology', 'jt_boom.shtml'],
			['Boom vs Scaffolding','jt_boom_vs_scaffold.shtml'],			
			['Frequently asked Questions','jt_boom_vs_scaffold.shtml#faq'],						
		],
		['Staff', 'jt_staff.shtml'],
	],			
	['  Gallery', null, null,
		['View Entire Gallery', 'index_pics.shtml'],
		['New Murals', 'jt_gal_murals.shtml'],		
		['Before & Afters', 'jt_gal_beforeAfter.shtml'],
		['Restorations', null, null,
  		    ['Mural restorations', 'jt_gal_restoremural.shtml'],
  		    ['Plaster restorations', 'jt_gal_restorePlaster.shtml'],
  		    ['Statue restorations', 'jt_gal_restoreStatue.shtml'],
  		    ['Art restorations', 'jt_gal_RestoreArt.shtml'],
		],
	
		['Faux', null, null,
			['Faux Marble', 'jt_gal_FauxMarble.shtml'],
			['Faux Stone', 'jt_gal_FauxStone.shtml'],
			['Faux Stained Glass', 'jt_gal_FauxStainedGlass.shtml'],
			['Faux Wood', 'jt_gal_FauxWood.shtml'],				
		],
		['Decorative Sanctuary Ceilings', 'jt_gal_DecoSancCeilings.shtml'],
		['Pro Cathedral Sanctuary', 'jt_gal_ProCathSanc.shtml'],		
		['Speciality', null, null,
			['24K Gold Leaf', 'jt_gal_spec_Gold.shtml'],
			['Decorative Painting & Gilding', 'jt_gal_spec_deco.shtml'],	
			['New Dimensional Stenciling', 'jt_gal_spec_stencil.shtml'],			
			['Terrazzo Resurfacing', 'jt_gal_spec_terrazzo.shtml'],		
			['Granite Floors', 'jt_gal_spec_granite.shtml'],		
			['Decorative Wood Entries', 'jt_gal_spec_wood.shtml'],		
			['Liturgical Renderings', 'jt_gal_spec_render.shtml'],					
			['Custom Votive & Candle Stands', 'jt_gal_spec_candle.shtml'],											
		],
	],
	['Guest Book', null, null,
			['Sign Guest Book', 'jt_gb.asp'],
			['See References', 'jt_references.asp'],
	],	
	['    Contact','jt_contact.asp'],
];

