/* Tigra Menu items structure */

var MENU_ITEMS = [



	[wr1('Clean'), '#', {'sw':74},
	

	],



	[wr2('Residential'), '#', {'sw':92},

		['Why Green Cleaning?', 'residential.html'],

		['Our Services', 'residentialServices.html'],
		
		['Testimonials', 'residentialTestimonials.html'],
		
		['Request an Estimate', 'residentialEstimate.php'],
		
		['Leave a Comment', 'residentialComment.php']

	],

	[wr3('Commercial'), '#', {'sw':95},

		['Why Green Cleaning?', 'commercial.html'],

		['Our Services', 'commercialServices.html'],
		
		['Testimonials', 'commercialTestimonials.html'],
		
		['Request an Estimate', 'commercialEstimate.php'],
		
		['Leave a Comment', 'commercialComment.php']

	],


	[wr4('Post'), '#', {'sw':146},

		['Why Green Cleaning?', 'post.html'],

		['Our Services/ Packages', 'postServices.html'],
		
		['Testimonials', 'postTestimonials.html'],
		
		['Request an Estimate', 'postEstimate.php'],
		
		['Leave a Comment', 'postComment.php']


	],



	[wr5('Water'), '#', {'sw':164},

		['Our Services', 'restoration.html'],
		['Request an Estimate', 'restEstimate.php']
	],



	[wr6('Carpet'), '#', {'sw':71},

	    ['Green Carpet Cleaning', 'carpets.html'],
		

	],

	[wr7('Contact'), '#', {'sw':88},

	    ['Contact Us', 'contact.html'],
		
		['Employment', 'employment.php'],

		['Leave a Comment', 'contactComment.html'],
		
		['Resources', 'resources.html'],
		['Partnerships & Associations', 'partners.html',{'sh':52}],
		['Standards', 'standards.html']

	],
	

];



function wr1(Clean) {

        return [

           '<img src="images/navCleaning.gif">',

           '<img src="images/navCleaning.gif">',

           '<img src="images/navCleaning.gif">',

        ];

}

function wr2(Residential) {

        return [

      '<img src="images/navResidential.gif">',

           '<img src="images/navResidentialOn.gif">',

           '<img src="images/navResidentialOn.gif">',

        ];

}

function wr3(Commercial) {

        return [

      '<img src="images/navCommercial.gif">',

           '<img src="images/navCommercialOn.gif">',

           '<img src="images/navCommercialOn.gif">',

        ];

}

function wr4(Post) {

        return [

           '<img src="images/navPost.gif">',

           '<img src="images/navPostOn.gif">',

           '<img src="images/navPostOn.gif">',

        ];

}

function wr5(Water) {

        return [

           '<img src="images/navWater.gif">',

           '<img src="images/navWaterOn.gif">',

           '<img src="images/navWaterOn.gif">',

        ];

}

function wr6(Carpet) {

        return [

           '<img src="images/navCarpets.gif">',

           '<img src="images/navCarpetsOn.gif">',

           '<img src="images/navCarpetsOn.gif">',

        ];

}

function wr7(Contact) {

        return [

           '<img src="images/navContact.gif">',

           '<img src="images/navContactOn.gif">',

           '<img src="images/navContactOn.gif">',

        ];

}