
oCMenu=new makeCM("oCMenu")

oCMenu.frames=0

oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=13 
oCMenu.rows=1
oCMenu.menuPlacement="left"

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="/~websvcs/projects/eyes/" 
oCMenu.resizeCheck=1 
oCMenu.wait=500
oCMenu.fillImg="images/blank.gif"
oCMenu.zIndex=100

oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

oCMenu.level[0]=new cm_makeLevel()
oCMenu.level[0].width=120
oCMenu.level[0].height=24 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow="images/menu-arrow.gif"
oCMenu.level[0].arrowWidth=11
oCMenu.level[0].arrowHeight=11
oCMenu.level[0].align="bottom"

oCMenu.level[1]=new cm_makeLevel()
oCMenu.level[1].width=245
oCMenu.level[1].height=20 
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].offsetX=-18
oCMenu.level[1].offsetY=3
oCMenu.level[1].rows=0
oCMenu.level[1].arrow="images/submenu-arrow.gif"
oCMenu.level[1].arrowWidth=11
oCMenu.level[1].arrowHeight=11
oCMenu.level[1].align="right"

oCMenu.level[2]=new cm_makeLevel()
oCMenu.level[2].width=245
oCMenu.level[2].height=18 
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].rows=0


/************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top0','','Home','index.html','','56')

oCMenu.makeMenu('top1','','Introduction','intro/index.html','','100')

oCMenu.makeMenu('top2','','Instructional&nbsp;Mode','review/index.html','','148')

	oCMenu.makeMenu('sub200','top2','Anatomy of the Visual System','anatomy/index.html')
		oCMenu.makeMenu('sub2000','sub200','Cross Section of the Eye','anatomy/section-eye.html')
		oCMenu.makeMenu('sub2001','sub200','Cross Section of the Retina','anatomy/section-retina.html')
		oCMenu.makeMenu('sub2002','sub200','Cross Section of the Eyelid','anatomy/section-eyelid.html')
		oCMenu.makeMenu('sub2003','sub200','External Eye and Lacrimal System','anatomy/external-eye.html')
		oCMenu.makeMenu('sub2004','sub200','Normal Fundus','anatomy/normal-fundus.html')
		oCMenu.makeMenu('sub2005','sub200','Sagittal Section of the Eye in the Orbit','anatomy/sagittal-section.html')
		oCMenu.makeMenu('sub2006','sub200','The Visual Pathway','anatomy/visual-pathway.html')

	oCMenu.makeMenu('sub201','top2','Screening Examination','screening/index.html')
		oCMenu.makeMenu('sub2010','sub201','Exam Frequency','screening/exam-frequency.html','','255')
		oCMenu.makeMenu('sub2011','sub201','Visual Acuity','screening/visual-acuity.html','','255')
		oCMenu.makeMenu('sub2012','sub201','Visual Fields','screening/visual-fields.html','','255')
		oCMenu.makeMenu('sub2013','sub201','Penlight Exam of External Ocular Tissues','screening/penlight-exam.html','','255')
		oCMenu.makeMenu('sub2014','sub201','Ocular Motility and Alignment','screening/ocular-motility.html','','255')
		oCMenu.makeMenu('sub2015','sub201','Pupils','screening/pupils.html','','255')
		oCMenu.makeMenu('sub2016','sub201','Ophthalmoscopy','screening/ophthalmoscopy.html','','255')

	oCMenu.makeMenu('sub202','top2','Optic Fundus Signs','optic-fundus/index.html')
                oCMenu.makeMenu('sub2020','sub202','Normal Optic Disc','optic-fundus/normal-disc.html','','355')
                oCMenu.makeMenu('sub2021','sub202','Arteries and Veins of the Normal Optic Fundus','optic-fundus/arteries-veins.html','','355')
                oCMenu.makeMenu('sub2022','sub202','The Normal Fovea and Macular Region','optic-fundus/fovea-macular.html','','355')
                oCMenu.makeMenu('sub2023','sub202','Pathologic Optic Disc Cupping','optic-fundus/disc-cupping.html','','355')
                oCMenu.makeMenu('sub2024','sub202','Optic Disc Pallor','optic-fundus/disc-pallor.html','','355')
                oCMenu.makeMenu('sub2025','sub202','Congenital Optic Disc Anomaly','optic-fundus/congenital-anomaly.html','','355')
                oCMenu.makeMenu('sub2026','sub202','Acute Optic Disc Edema','optic-fundus/acute-edema.html','','355')
                oCMenu.makeMenu('sub2027','sub202','Subtle Optic Disc Edema','optic-fundus/subtle-edema.html','','355')
                oCMenu.makeMenu('sub2028','sub202','Chronic Optic Disc Edema','optic-fundus/chronic-edema.html','','355')
                oCMenu.makeMenu('sub2029','sub202','Arteriovenous Nicking','optic-fundus/arteriovenous-nicking.html','','355')
                oCMenu.makeMenu('sub20210','sub202','Increased Light Reflection in Chronic Hypertension','optic-fundus/chronic-hypertension.html','','355')
                oCMenu.makeMenu('sub20211','sub202','Obliterative Retinal Vasculopathy','optic-fundus/retinalvasculopathy.html','','355')
                oCMenu.makeMenu('sub20212','sub202','Hollenhorst Plaque','optic-fundus/hollenhorst-plaque.html','','355')
                oCMenu.makeMenu('sub20213','sub202','Segmental Retinal Infarct from Embolus','optic-fundus/retinal-infarct.html','','355')
                oCMenu.makeMenu('sub20214','sub202','Calcific Intraluminal Plaque','optic-fundus/calcific-plaque.html','','355')
                oCMenu.makeMenu('sub20215','sub202','Retinal Vasculitis','optic-fundus/retinal-vasculitis.html','','355')
                oCMenu.makeMenu('sub20216','sub202','Myelinated Nerve Fibers','optic-fundus/myelinated-fibers.html','','355')
                oCMenu.makeMenu('sub20217','sub202','Cotton Wool Spots','optic-fundus/cotton-wool.html','','355')
                oCMenu.makeMenu('sub20218','sub202','Roth Spot','optic-fundus/roth-spot.html','','355')
                oCMenu.makeMenu('sub20219','sub202','Hard Exudates','optic-fundus/hard-exudates.html','','355')
                oCMenu.makeMenu('sub20220','sub202','Retinal Drusen','optic-fundus/retinal-drusen.html','','355')
                oCMenu.makeMenu('sub20221','sub202','Retinal Infiltrate','optic-fundus/retinal-infiltrate.html','','355')
                oCMenu.makeMenu('sub20222','sub202','Dot, Boat, Flame Retinal Hemorrhages','optic-fundus/retinal-hemorrhages.html','','355')
                oCMenu.makeMenu('sub20223','sub202','Submacular Hemorrhage','optic-fundus/submacular-hemorrhage.html','','355')
                oCMenu.makeMenu('sub20224','sub202','Retinal Neovascularization','optic-fundus/retinal-neovascularization.html','','355')
                oCMenu.makeMenu('sub20225','sub202','Retinal Pigment Epitheliopathy','optic-fundus/pigment-epitheliopathy.html','','355')




	oCMenu.makeMenu('sub203','top2','The Red Eye','red-eye/index.html')
                oCMenu.makeMenu('sub2030','sub203','Keratitis','red-eye/keratitis.html')
                oCMenu.makeMenu('sub2031','sub203','Endophthalmitis','red-eye/endophthalmitis.html')
                oCMenu.makeMenu('sub2032','sub203','Anterior Uveitis','red-eye/anterior-uveitis.html')
                oCMenu.makeMenu('sub2033','sub203','Acute Angle Closure Glaucoma','red-eye/angleclosure-glaucoma.html')
                oCMenu.makeMenu('sub2034','sub203','Episcleritis','red-eye/episcleritis.html')
                oCMenu.makeMenu('sub2035','sub203','Scleritis','red-eye/scleritis.html')
                oCMenu.makeMenu('sub2036','sub203','Inflamed Pingueculum','red-eye/inflamed-pingueculum.html')
                oCMenu.makeMenu('sub2037','sub203','Pterygium','red-eye/pterygium.html')
                oCMenu.makeMenu('sub2038','sub203','Subconjunctival Hemorrhage','red-eye/subconjunctival-hemorrhage.html')
                oCMenu.makeMenu('sub2039','sub203','Bacterial Conjunctivitis','red-eye/bacterial-conjunctivitis.html')
                oCMenu.makeMenu('sub20310','sub203','Orbital Cellulitis','red-eye/orbital-cellulitis.html')
                oCMenu.makeMenu('sub20311','sub203','Orbital Tumor','red-eye/orbital-tumor.html')
                oCMenu.makeMenu('sub20312','sub203','Viral Conjunctivitis','red-eye/viral-conjunctivitis.html')
                oCMenu.makeMenu('sub20313','sub203','Allergic Conjunctivitis','red-eye/allergic-conjunctivitis.html')
                oCMenu.makeMenu('sub20314','sub203','Chlamydial Conjunctivitis','red-eye/chlamydial-conjunctivitis.html')
                oCMenu.makeMenu('sub20315','sub203','Immunologic Conjunctivitis','red-eye/immunologic-conjunctivitis.html')
                oCMenu.makeMenu('sub20316','sub203','Contact Dermatoconjunctivitis','red-eye/contact-dermatoconjunctivitis.html')
                oCMenu.makeMenu('sub20317','sub203','Blepharitis','red-eye/blepharitis.html')
                oCMenu.makeMenu('sub20318','sub203','Stye','red-eye/stye.html')
                oCMenu.makeMenu('sub20319','sub203','Dacrocystitis','red-eye/dacrocystitis.html')
                oCMenu.makeMenu('sub20320','sub203','Cavernous Sinus Arteriovenus Fistula','red-eye/arteriovenous-fistula.html')

        oCMenu.makeMenu('sub204','top2','Manifestations of Acquired Systemic Diseases','acquired/index.html','','','33')
                oCMenu.makeMenu('sub2040','sub204','Acute Hypertension','acquired/hypertension.html','','365')
                oCMenu.makeMenu('sub2041','sub204','Anemia/Thrombocytopenia','acquired/anemia.html','','365')
                oCMenu.makeMenu('sub2042','sub204','Bacterial Endocarditis','acquired/endocarditis.html','','365')
                oCMenu.makeMenu('sub2043','sub204','Candidiasis','acquired/candidiasis.html','','365')
                oCMenu.makeMenu('sub2044','sub204','Child Abuse','acquired/child-abuse.html','','365')
                oCMenu.makeMenu('sub2045','sub204','Chronic Hypertension','acquired/chronic-hypertension.html','','365')
                oCMenu.makeMenu('sub2046','sub204','Cervical Carotid Atheroma','acquired/retinal-embolism.html','','365')
                oCMenu.makeMenu('sub2047','sub204','Diabetes Mellitus: Non-proliferative (Background) Retinopathy','acquired/background-retinopathy.html','','365')
                oCMenu.makeMenu('sub2048','sub204','Diabetes Mellitus: Early Proliferative Retinopathy','acquired/early-retinopathy.html','','365')
                oCMenu.makeMenu('sub2049','sub204','Giant Cell Arteritis','acquired/disc-infarction.html','','365')
                oCMenu.makeMenu('sub20410','sub204','Graves\' Disease','acquired/graves-disease.html','','365')
                oCMenu.makeMenu('sub20411','sub204','Human Immunodeficiency Virus','acquired/hiv.html','','365')
                oCMenu.makeMenu('sub20412','sub204','Increased Intracranial Pressure','acquired/papilledema.html','','365')
                oCMenu.makeMenu('sub20413','sub204','Lupus Eythematosus','acquired/lupus.html','','365')
                oCMenu.makeMenu('sub20414','sub204','Leukemia','acquired/leukemia.html','','365')
                oCMenu.makeMenu('sub20415','sub204','Migraine','acquired/migraine.html','','365')
                oCMenu.makeMenu('sub20416','sub204','Posterior Cerebral Artery Occlusion, Bilateral','acquired/cortical-blindness.html','','365')
                oCMenu.makeMenu('sub20417','sub204','Rheumatoid Arthritis','acquired/arthritis.html','','365')
                oCMenu.makeMenu('sub20418','sub204','Sarcoidosis','acquired/sarcoidosis.html','','365')
                oCMenu.makeMenu('sub20419','sub204','Steven-Johnson Syndrome','acquired/conjunctivitis.html','','365')
                oCMenu.makeMenu('sub20420','sub204','Toxoplasmosis','acquired/toxoplasmosis.html','','365')
                oCMenu.makeMenu('sub20421','sub204','Trigeminal Herpes Zoster','acquired/herpes-zoster.html','','365')
                oCMenu.makeMenu('sub20422','sub204','Wegener\'s Granulomatosis','acquired/sclerokeratitis.html','','365')


        oCMenu.makeMenu('sub205','top2','Manifestations of Congenital and Hereditary Systemic Diseases','congenital/index.html','','','33')
                oCMenu.makeMenu('sub2050','sub205','Cytomegalovirus (CMV) Retinitis','congenital/cmv-retinitis.html')
                oCMenu.makeMenu('sub2051','sub205','Marfan\'s Syndrome','congenital/marfans-syndrome.html')
                oCMenu.makeMenu('sub2052','sub205','Myotonic Dystrophy','congenital/myotonic-dystrophy.html')
                oCMenu.makeMenu('sub2053','sub205','Neurofibromatosis Type 1','congenital/lisch-nodules.html')
                oCMenu.makeMenu('sub2054','sub205','Pseudoxanthoma Elasticum','congenital/angioid-streaks.html')
                oCMenu.makeMenu('sub2055','sub205','Sickle-C Disease','congenital/salmon-patch.html')
                oCMenu.makeMenu('sub2056','sub205','Tay-Sachs Disease','congenital/tay-sachs.html')
                oCMenu.makeMenu('sub2057','sub205','Toxoplasmosis','congenital/toxoplasmosis.html')
                oCMenu.makeMenu('sub2058','sub205','Tuberous Sclerosis','congenital/tuberous-sclerosis.html')
                oCMenu.makeMenu('sub2059','sub205','von Hippel-Lindau','congenital/retinal-angioma.html')
                oCMenu.makeMenu('sub20510','sub205','Wilson\'s Disease','congenital/wilsons-disease.html')
                oCMenu.makeMenu('sub20511','sub205','Congenital Rubella','congenital/retinopathy.html')


	oCMenu.makeMenu('sub206','top2','Non-traumatic Conditions','non-trauma/index.html')
                oCMenu.makeMenu('sub2060','sub206','Basal Cell Carcinoma','non-trauma/basalcell-carcinoma.html','','355')
                oCMenu.makeMenu('sub2061','sub206','Central Retinal Artery Occlusion','non-trauma/artery-occlusion.html','','355')
                oCMenu.makeMenu('sub2062','sub206','Central Retinal Vein Occlusion','non-trauma/vein-occlusion.html','','355')
                oCMenu.makeMenu('sub2063','sub206','Vitreous Detachment','non-trauma/vitreous-detachment.html','','355')
                oCMenu.makeMenu('sub2064','sub206','Retinal Break','non-trauma/retinal-break.html','','355')
                oCMenu.makeMenu('sub2065','sub206','Retinal Detachment','non-trauma/retinal-detachment.html','','355')
                oCMenu.makeMenu('sub2066','sub206','Age-related Macular Degeneration: Retinal Drusen','non-trauma/retinal-drusen.html','','355')
                oCMenu.makeMenu('sub2067','sub206','Age-related Macular Degeneration: Submacular Hemorrhage','non-trauma/submacular-hemorrhage.html','','355')
                oCMenu.makeMenu('sub2068','sub206','Swollen Optic Disc','non-trauma/swollen-disc.html','','355')
                oCMenu.makeMenu('sub2069','sub206','Glaucoma','non-trauma/glaucoma.html','','355')
                oCMenu.makeMenu('sub20610','sub206','Choroidal Melanoma','non-trauma/choroidal-melanoma.html','','355')
                oCMenu.makeMenu('sub20611','sub206','Iris Melanoma','non-trauma/iris-melanoma.html','','355')
                oCMenu.makeMenu('sub20612','sub206','Ischemic Optic Neuropathy','non-trauma/ischemic-neuropathy.html','','355')
                oCMenu.makeMenu('sub20613','sub206','Retinoblastoma','non-trauma/retinoblastoma.html','','355')
                oCMenu.makeMenu('sub20614','sub206','Retinopathy of Prematurity','non-trauma/retinopathy-prematurity.html','','355')
                oCMenu.makeMenu('sub20615','sub206','Strabismus: Accommodative Esotropia','non-trauma/strabismus.html','','355')
                oCMenu.makeMenu('sub20616','sub206','Amblyopia','non-trauma/amblyopia.html','','355')
                oCMenu.makeMenu('sub20617','sub206','Optic Neuritis','non-trauma/optic-neuritis.html','','355')
                oCMenu.makeMenu('sub20618','sub206','Refractive Disorders','non-trauma/refractive-disorders.html','','355')


        oCMenu.makeMenu('sub207','top2','Ophthalmic Trauma','trauma/index.html')
                oCMenu.makeMenu('sub2070','sub207','Chemical Burn','trauma/chemical-burn.html')
                oCMenu.makeMenu('sub2071','sub207','Blunt Injury','trauma/hyphema.html')
                oCMenu.makeMenu('sub2072','sub207','Laceration','trauma/laceration-lid.html')
                oCMenu.makeMenu('sub2073','sub207','Foreign Bodies','trauma/foreignbody-intraocular.html')
                oCMenu.makeMenu('sub2074','sub207','Corneal Abrasion','trauma/corneal-abrasion.html')

        oCMenu.makeMenu('sub208','top2','Visual Disturbances','disturbances/index.html')
                oCMenu.makeMenu('sub2080','sub208','Transient Monocular Visual Loss','disturbances/monocular-loss.html')
                oCMenu.makeMenu('sub2081','sub208','Transient Binocular Visual Loss','disturbances/binocular-loss.html')
                oCMenu.makeMenu('sub2082','sub208','Flashes and Flickers','disturbances/flashes-flickers.html')
                oCMenu.makeMenu('sub2083','sub208','Acute Persistent Visual Loss','disturbances/keratitis.html')
                oCMenu.makeMenu('sub2084','sub208','Chronic Persistent Visual Loss','disturbances/pathway-lesions.html')
                oCMenu.makeMenu('sub2085','sub208','Diplopia','disturbances/diplopia.html')
                oCMenu.makeMenu('sub2086','sub208','Floaters','disturbances/floaters.html')
                oCMenu.makeMenu('sub2087','sub208','Distorted Vision (Metamorphopsia)','disturbances/metamorphopsia.html')


        oCMenu.makeMenu('sub209','top2','Other Common Symptoms and Signs','symptoms/index.html')
                oCMenu.makeMenu('sub2090','sub209','Tearing','symptoms/tearing.html')
                oCMenu.makeMenu('sub2091','sub209','Periocular pain','symptoms/periocular-pain.html')
                oCMenu.makeMenu('sub2092','sub209','Ptosis','symptoms/ptosis.html')
                oCMenu.makeMenu('sub2093','sub209','Anisocoria','symptoms/anisocoria.html')
                oCMenu.makeMenu('sub2094','sub209','Proptosis','symptoms/proptosis.html')


	oCMenu.makeMenu('sub210','top2','Ophthalmic Side Effects of Systemic Medications','side-effects/index.html','','','33')
		oCMenu.makeMenu('sub2100','sub210','Amiodarone','side-effects/amiodarone.html')
		oCMenu.makeMenu('sub2101','sub210','Chloroquine','side-effects/chloroquine.html')
		oCMenu.makeMenu('sub2102','sub210','Deferoxamine','side-effects/deferoxamine.html')
		oCMenu.makeMenu('sub2103','sub210','Minocycline','side-effects/minocycline.html')
		oCMenu.makeMenu('sub2104','sub210','Prednisone','side-effects/prednisone.html')

	oCMenu.makeMenu('sub211','top2','<b>Instructional Mode Index</b>','site-index/index.html')


oCMenu.makeMenu('top3','','Quiz&nbsp;Mode','quiz/index.html','','93')
	oCMenu.makeMenu('sub300','top3','Optic Fundus Signs','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/ofs$1')
	oCMenu.makeMenu('sub301','top3','Screening Examination','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/s_exam$1')
	oCMenu.makeMenu('sub302','top3','The Red Eye','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/redeye$1')
	oCMenu.makeMenu('sub303','top3','Visual Disturbances','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/visdis$1')
	oCMenu.makeMenu('sub304','top3','Other Common Symptoms and Signs','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/other$1')
	oCMenu.makeMenu('sub305','top3','Opthalmic Trauma','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/trauma$1')
	oCMenu.makeMenu('sub306','top3','Non-traumatic Conditions','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/nontrauma$1')
	oCMenu.makeMenu('sub307','top3','Manifestations of Congenital and Hereditary Systemic Diseases','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/omchsd$1','','','33')
	oCMenu.makeMenu('sub308','top3','Manifestations of Acquired Systemic Diseases','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/omasd$1','','','33')
	oCMenu.makeMenu('sub309','top3','Ophthalmic Side Effects of Systemic Medications','https://lessons.ummu.umich.edu/2k/utilize/reader/tehi/ossm$1','','','33')
	
oCMenu.makeMenu('top6','','Site Index','site-index/index.html','','85')

oCMenu.makeMenu('top5','','Help','help/index.html','','48')

oCMenu.makeMenu('top4','','Credits','credits/index.html','','65')

/************************************
oCMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.construct()		
