
/* please register to get documentation 

1st number - horizontal offset, second number - vertical offset, width, height */

var MENU_ITEMS0 = [
	['Home', 'index.htm', [1,130,70,25],

],
		['About', 'about.htm', [71,0,70,25],
		['Designs', 'designs.htm', null],
        ['Resources', 'resources.html', null],
	],
		
		['House Structures', 'structures.htm', [71,0,115,25], 
		['Walls', 'wall_panels.htm', null],
		['Floors', 'floors.htm', null],
		['Roofs', 'roof.htm', null],
		['Stairs', 'stairs.htm', null],
		
	],
		
			['Second Storey/Floor', 'second_story.html', [116,0,120,25],
		
	],
			
		['Exterior Products', 'exteriors.htm', [122, 0, 110, 25], 
		['Siding', null, null,
			['Engineered Wood Siding', 'siding.htm', null],
			['Bevel siding', 'siding-bevel.htm', null],
			
				],
			
		['Decking', 'decking.htm', null],
		['Doors', 'doors.htm', null],
		['Foundations', 'foundations.htm', null],
		['Trims', 'trims.htm', null],
		['Roof Tiles', 'roofing-products.htm', null],
	],

		['Interior Products', 'interiors.htm', [111, 0, 110, 25], 
		['Cabinets', 'cabinets.htm', null],
		['Flooring', 'flooring_interior.htm', null],
		['Moulding', 'mouldings.htm', null],
		['Doors', 'doors_interior.htm', null],
		['Solar Energy Products', 'solar.htm', null],
		['Elevators', 'elevators.html', null],
	],
		
	['Service', 'services.htm', [111,0,75,25]],
	['Contact', 'contact.htm', [76,0,70,25]],

];


