/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home <BR> ', 'index.php', {'sb':'CSI - Home'}],
	['Conventional <BR> Approach', null, null,
		['What Growers Do Now', 'ld_Conventional_Technology.php'],
		['Conventional Results', 'ld_Conventional_Results.php'],
		['What Business Are You In?', 'ld_what_business_are_you_in.php']
	],
	['Our Approach', null, null,
		['Our Technology', 'ld_Our_Technology.php'],
		['Nutrient Dense', null, null,
			['Defined', 'ld_nutrient_dense.php'],
			['Refactometer', 'ld_Refractometer.php'],
			['Brix', 'ld_brix.php']
		],
		['Organic', 'ld_organic.php', null],
		['BioDynamic', 'ld_biodynamics.php'],
		['Quantum', null, null,
			['About Quantum', 'ld_quantum_agriculture.php'],
			['Field Broadcaster', 'ld_FieldBroadcaster.php'],
			['Veges Sound Unit', 'ld_SoundUnit.php'],
			['Symphony EMF Ag Unit', 'ld_EMFUnit.php'],		],
		['Role of Weeds & Insects', 'ld_Weeds_Insects.php'],
		['Our Literature Pack', 'ld_litpak.php'],
		['Articles by Dr. Phil', 'ld_articles.php'],
		['NonToxic Farming Handbook', 'ld_ntf.php']
	],
	['Our Services', null, null,
		['Getting Started', 'ld_making_the_transition.php'],
		['Full Service', 'ld_LAB_SERVICES.php'],
		['Soil Testing', null, null,
			['Soil Tests', 'ld_SoilTests.php'],
			['Soil Test Pricing', 'ld_SoilTestPricing.php'],
			['Sample Soil Test', 'TechLitPk/csisoiltestreport.pdf', {'tw':'_blank'}],
			['Soil Sample Bag Tag', 'Full_Service/Soil_Bag_Tag2010.pdf', {'tw':'_blank'}]
		],
		['Products & Pricing', 'ld_pricing_new.php'],
		['Newsletters', 'ld_newsletters.php'],
		['Home Garden Programs', 'ld_homegarden.php'],
		['Management Tools We Promote', 'ld_management_tools.php']
	],
	['About Us', null, null,
		['About Us', 'ld_About_Us.php'],
		['Contact Us', 'ld_contact_us.php'],
		],
	['Join Our <BR> Mailing List', 'ld_mailing_list.php'],
	['Our Links', null, null,
		['Favorite Links', 'ld_Our_Links.php'],
		['CSI Grower Contacts', null, null,
			['Grower Testimonials', 'ld_cust_testimonials.php'],
			['For Animal Growers', 'ld_animal_growers.php'],
			['Buy Growers Stuff', 'ld_buy_grower_stuff.php']
		],
	]
];
