var Products = {
	"label" : "What are you looking for? ",
	"options":[
		 {
			"title" : "Absorbents",
			"label" : "What type of liquid has the potential to spill?",
			"options" : [
				{
					"title" : "Acid" ,
					"label" : "Do you need your absorbent with Personal Protective Equipment (PPE)?",
					"options" : [
						 {
							"title" : "Yes" ,
							"label" : "What size is the potential spill?",
							"options" : [
								{ 
									"title" : "Up to 1 Gallon" , 
									"url"	: "../spill-cleanup/spill-kit-non-gassing-1-gallon-lead-acid.html"
									
								},
								{
									"title"	: "Up to 3 Gallons",
									"label"	: "Which do you prefer?" ,
									"options" :  [
										{ 
											"title" : "Color Indicating",
											"url" 	: "../spill-cleanup/spill-kit-non-gassing-3-gallon-lead-acid.html"
										},
										{
											"title"	: "Non-Color Indicating",
											"url"	: "../spill-cleanup/spill-kit-non-gassing-3-gallon-lead-acid.html"
										}
									]
								},
							
								{
									"title"	: "Up to 5 Gallons",
									"label"	: "Which do you prefer?" ,
									"options" :  [
										{ 
											"title" : "Color Indicating",
											"url" 	: "../spill-cleanup/spill-kit-non-gassing-5-gallon-lead-acid.html"
										},
										{
											"title"	: "Non-Color Indicating",
											"url"	: "../spill-cleanup/spill-kit-non-gassing-5-gallon-lead-acid.html"
										}
									]
								}
							]
						},
						 {
							"title" : "No" ,
							"label" : "Which do you prefer?",
							"options" : [
								{ 
									"title" : "Color Indicating",
									"url" 	: "../acid-spill-no-ppe"
								},
								{
									"title"	: "Non-Color Indicating",
									"url"	: "../acid-spill-no-ppe"
								}
							]
						}
					] 
				},// End of Acid
	
				{
					"title" : "Ni-Cd",
					"label" : "Do you need your absorbent with Personal Protective Equipment (PPE)?",
					"options" : [
						{ 
							"title"	: "Yes",
							"url"	: "../index.php?p=page&page_id=nask"
						}
						,{
							"title": "No", 
							"url": "../index.php?p=page&page_id=nanoppe"
						}
					]
				}, // End of NI-CD
	
				{
					"title" : "Petroleum",
					"label" : "Do you need your absorbent with Personal Protective Equipment (PPE)?",
					"options" : [
						{ 
							"title"	: "Yes",
							"url"	: "../spill-cleanup/spill-kit-1-5-gallons-ni-cd.html"
						}
						,{
							"title": "No", 
							"url": "../spill-cleanup/neutralizing-granules-ni-cd.html"
						}
					]
					
				} // End of Petroleum

			] // End of Absorbents Options	
		
		}// End of Absorbents	
		 
		,{
			"title" : "Cleaners",
			"label" : "What type of battery needs cleaning?",
			"options" : [
	            {
					"title" : "Acid",
					"label" : "Do you need your cleaner with Personal Protective Equipment (PPE)?",
					"options" : [
						{ 
							"title"	: "Yes",
							"url"	: "../maintenance/lead-acid-cleaning-kit.html"
						}
						,{
							"title": "No", 
							"label" : "Which do you prefer?",
							"options" : [
								{ 
									"title" : "Color Indicating",
									"url" 	: "../maintenance/neutralizing-cleaner-lead-acid.html"
								},
								{
									"title"	: "Non-Color Indicating",
									"url"	: "../maintenance/neutralizing-cleaner-lead-acid.html"
								}
							]
						}
					]
					
				}, // End of Acid Cleaner
				
				{
					"title" : "Ni-Cd",
					"label" : "Do you need your cleaner with Personal Protective Equipment (PPE)?",
					"options" : [
						{ 
							"title"	: "Yes",
							"url"	: "../maintenance/ni-cd-cleaning-kit.html"
						}
						,{
							"title": "No", 
							"url": "../maintenance/neutralizing-cleaner-ni-cd.html"
						}
					]
					
				} // End of Ni-Cd Cleaner
			]
		} // End of Cleaners
		
		,{
			"title" : "Others",
			"label" : "Choose the category that you are looking for:",
			"options" : [
	            {
					"title" : "Drip Trays",
					"url"	: "../drip-trays"
	            }, // End of Drip Trays

	            {
					"title" : "Eye Wash",
					"url"	: "../eye-wash"
	            },// End of Eye Wash
	            
	            {
					"title" : "Signs",
					"url"	: "../catalogsearch/result/?q=signs"
	            },// End of Signs
	            
	            {
					"title" : "Tape",
					"url"	: "../catalogsearch/result/?q=tape"
	            }// End of Tape
	        ]
	        
		} // End of Others
	
	] // End of First Level Options

} // End of Products
