/*
  - menu items - 

		['Posterior Segment', null, null,
			['&nbsp;Silicone Oils', '../Products/P_PS_01.htm', '_parent'],
			['&nbsp;PFCL', '../Products/P_PS_02.htm', '_parent'],
			['&nbsp;Gas', '../Products/P_PS_03.htm', '_parent'],
			['&nbsp;Retinal Implants', '../Products/P_PS_04.htm', '_parent']
		],
		['Instruments', null, null,
			['&nbsp;Optahlmic Instruments', '../Products/P_OI_01.htm', '_parent'],
			['&nbsp;Diamond Knives', '../../Products/P_OI_02.htm', '_parent'],
			['&nbsp;Single Instruments', '../../Products/P_OI_03.htm', '_parent']		
		]
*/


var MENU_ITEMS = 
[
	['&nbsp;&nbsp;&nbsp;&nbsp;Home', '../Home/Home_L_00.htm', '_self'],

	['Products', null, null,
		
		['Ophthalmology', null,null,
			['&nbsp;Foldable IOLs', null, null,
				['&nbsp;Hydrophilic Acrylic', '../Products/P_CS_01.htm', '_parent']
			],
			['&nbsp;Viscoelastic Solution', null, null,
				['&nbsp;&nbsp;Medio-Clear',  '../Products/P_CS_03.htm', '_parent']
			],
			['&nbsp;Disposable Knives', null, null,
				['&nbsp;Phaco Slit','../Products/P_DK_EM01.htm' , '_parent'],
				['&nbsp;Stab','../Products/P_DK_EM02.htm' , '_parent'],
				['&nbsp;IOL Implant','../Products/P_DK_EM03.htm' , '_parent'],
				['&nbsp;Crescent','../Products/P_DK_EM05.htm' , '_parent']

			],
			['&nbsp;Injection Systems', null, null,
				['&nbsp;&nbsp;Disposable', '../Products/P_CS_04.htm', '_parent'],
				['&nbsp;&nbsp;Reusable', '../Products/P_CS_02.htm', '_parent']
			],
			['&nbsp;Binocular Autorefractor', '../Products/P_AR_01.htm', '_parent']
		]
	],

	['&nbsp;&nbsp;About us', null, null,
		['&nbsp;&nbsp;Company', '../About_Us/About_Us_00.htm', '_self'],
		['&nbsp;&nbsp;Partner', null, null,
			['&nbsp;Plusoptix GmbH', '../About_Us/Partner_03.htm', '_self'],
			['&nbsp;PhysIOL S.A.', '../About_Us/Partner_00.htm', '_self'],	
			['&nbsp;Medio Haus GmbH', '../About_Us/Partner_01.htm', '_self'],
			['&nbsp;Medicel AG', '../About_Us/Partner_02.htm', '_self'],
			['&nbsp;E-Medix Ltd.','../About_Us/Partner_04.htm', '_self']
		]
	],

	['&nbsp;&nbsp;&nbsp;&nbsp;Contact', '../Contact/Contact_00.htm', '_self'],

	['&nbsp;&nbsp;&nbsp;&nbsp;Career', '../Career/Career_00.htm', '_self'],

	['&nbsp;&nbsp;Links', '../Links/Links_00.htm', '_self']
];



