// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', '/_newpages/products/index.htm', {'tw':'_self'},
		['Valve Communication', '/_newpages/products/valve/index.htm', {'tw':'_self'},
			['Axiom', '/_newpages/products/valve/axiom/axiom.htm'],
			['Eclipse', '/_newpages/products/valve/eclipse/eclipse.htm'],
			['Quartz', '/_newpages/products/valve/quartz/quartz.htm'],
			['Prism', '/_newpages/products/valve/prism/prism.htm'],
			['SolaR', '/_newpages/products/valve/solar/solar.htm'],
			['Onyx', '/_newpages/products/valve/onyx/onyx.htm'],
			['Visual Indicator', '/_newpages/products/valve/vir/vir.htm'],
			['Hawkeye', '/_newpages/products/valve/hawk/hawkeye.htm']
		],
		['Process Networking', '/_newpages/products/bus_net/index.htm', {'tw':'_self'},
		 	['Enclosures', '/_newpages/products/bus_net/en/index.htm'],
			['Drop Connectors', '/_newpages/products/bus_net/bus_wir/index.htm'],
			['I/O Modules', '/_newpages/products/bus_net/field/io_mod.htm'],
			['Masters/Gateways', '/_newpages/products/bus_net/field/masters.htm'],
			['Power Supplies', '/_newpages/products/bus_net/field/power.htm'],
			['Cable', '/_newpages/products/cable.htm'],
			['Accessories', '/_newpages/products/acc.htm']
		 ],
		['New Products', '/_newpages/about/news/new_prod.htm', {'tw':'_self'},
		 	['New', '/_newpages/about/news/new_prod.htm']
		 ],
	],
	['Protocols', '/_newpages/protocols/index.htm', {'tw':'_self'},
	 	['AS-Interface', '/_newpages/protocols/as/index.htm', {'tw':'_self'},
		 	['Products', '/_newpages/protocols/as/prod.htm'],
			['Design Tools', '/_newpages/protocols/as/design.htm'],
			['Specifications', 'http://www.stonel.com/FieldLink/pdfs/asidesc.pdf']
		 ],
		['Foundation Fieldbus', '/_newpages/protocols/fieldbus/index.htm', {'tw':'_self'},
		 	['Products', '/_newpages/protocols/fieldbus/prod.htm'],
			['Specifications', 'http://www.stonel.com/FieldLink/pdfs/ffdesc.pdf']
		 ],
		['DeviceNet', '/_newpages/protocols/devicenet/index.htm', {'tw':'_self'},
		 	['Products', '/_newpages/protocols/devicenet/prod.htm'],
			['Design Tools', '/_newpages/protocols/devicenet/design.htm'],
			['Specifications', 'http://www.stonel.com/FieldLink/pdfs/dndesc.pdf']
		],
		['Modbus', '/_newpages/protocols/modbus/index.htm', {'tw':'_self'},
		 	['Products', '/_newpages/protocols/modbus/prod.htm'],
			['Specifications', 'http://www.stonel.com/FieldLink/pdfs/mbdesc.pdf']
		 ],
		['Profibus', '/_newpages/protocols/profibus/index.htm', {'tw':'_self'},
		 	['Products', '/_newpages/protocols/profibus/prod.htm'],
			['Specifications', 'http://www.stonel.com/FieldLink/pdfs/pbdesc.pdf']
		 ]
	 ],
	['About Us', '/_newpages/about/index.htm', {'tw':'_self'},
	 ['Capabilities', '/_newpages/about/cap.htm'],
	 ['Flash Presentation', '../../_flash/STONE_PART1.SWF'],
	 ['News', '/_newpages/about/news/', {'tw':'_self'},
	     ['Event Calendar', '/calendar/'],
	     ['Technical Articles', '/_newpages/about/news/articles.htm'],
	     ['Training Seminars', '/_newpages/about/news/train.htm']
	     ]
	 ],
	['Contact Us', '/_newpages/contact/index.htm', {'tw':'_self'},
	 ['StoneL Contacts', '/_newpages/contact/contacts.htm'],
	 ['Find A Distributor', '/_newpages/contact/dist.htm']
	 ],
	['Search', '/_newpages/utilities/search.htm',{'tw':'_self'}]
];
