/*
  - menu items - 

		['Posterior Segment', null, null,
			['&nbsp;Silicone Oils', '../PS/PS_01.htm', '_self'],
			['&nbsp;PFCL', '../PS/PS_02.htm', '_self'],
			['&nbsp;Gas', '../PS/PS_03.htm', '_self'],
			['&nbsp;Retinal Implants', '../PS/PS_04.htm', '_self']
		],
		['Instruments', null, null,
			['&nbsp;Optahlmic Instruments', '../OI/OI_01.htm', '_self'],
			['&nbsp;Diamond Knives', '../OI/OI_02.htm', '_self'],
			['&nbsp;Single Instruments', '../OI/OI_03.htm', '_self']
		]

*/

var MENU_ITEMS = 
[
	['&nbsp;&nbsp;&nbsp;&nbsp;Home', '../../Start.htm', '_parent'],

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

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

	['&nbsp;&nbsp;About us', null, null,
		['&nbsp;&nbsp;Company', '../../I_About_Us.htm', '_parent'],
		['&nbsp;&nbsp;Partner', null, null,
			['&nbsp;Plusoptix GmbH', '../../I_Partner03.htm', '_parent'],
			['&nbsp;PhysIOL S.A.', '../../I_Partner00.htm', '_parent'],	
			['&nbsp;Medio Haus GmbH', '../../I_Partner01.htm', '_parent'],
			['&nbsp;Medicel AG', '../../I_Partner02.htm', '_parent'],
			['&nbsp;E-Medix Ltd.','../../I_Partner04.htm', '_parent']	
		]
	],

	['&nbsp;&nbsp;&nbsp;&nbsp;Contact', '../../I_Contact.htm', '_parent'],

	['&nbsp;&nbsp;&nbsp;&nbsp;Career', '../../I_Career.htm', '_parent'],

	['&nbsp;&nbsp;Links', '../../I_Links.htm', '_parent']
];




