/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='indigo';			// Background color when mouse is not over
	var LowSubBgColor='violet';			// Background color when mouse is not over on subs
	var HighBgColor='blue';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='red';			// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=170;				// Menu offset x coordinate
	var StartLeft=11;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Click Below for Images","","",0,20,190);
Menu2=new Array("Infections","","",3);
        Menu2_1=new Array("Bacterial","","",3,20,80);
                Menu2_1_1=new Array("Common","common_bact.htm","",0,20,60);
                Menu2_1_2=new Array("TB","tb.htm","",0);
                Menu2_1_3=new Array("Leprosy","lep.htm","",0);
        Menu2_2=new Array("Fungal","fungal.htm","",0,20,80);
        Menu2_3=new Array("Viral","viral.htm","",0,20,80);
Menu3=new Array("Papulo Squamous","","",3);
	Menu3_1=new Array("Lichen Planus","lp.htm","",0,20,110);
        Menu3_2=new Array("Psoriasis","psoriasis.htm","",0);
        Menu3_3=new Array("Pytiriasis rosea","prosia.htm","",0);	
Menu4=new Array("Vesico Bullous","","",3);
	Menu4_1=new Array("Pemphigus","pemphigus.htm","",0,20,180);
	Menu4_2=new Array("Bullous Pemphigoid","bullous_pem.htm","",0);
	Menu4_3=new Array("Dermatitis Herpetiformis","derm_herp.htm","",0);
Menu5=new Array("Collagen Vascular","","",3);
	Menu5_1=new Array("Discoid Lupus","dle.htm","",0,20,150);
	Menu5_2=new Array("Systemic Lupus","sle.htm","",0);
	Menu5_3=new Array("Scleroderma","scleroderma.htm","",0);
Menu6=new Array("Vasculitis","","",3);
	Menu6_1=new Array("Urticarial Vasculitis","urticarial.htm","",0,20,180);
        Menu6_2=new Array("Wegener's Granulomatosis","wg.htm","",0);
        Menu6_3=new Array("Giant Cell Arteritis","gca.htm","",0);
Menu7=new Array("Cutaneous Reactions","","",1);
	Menu7_1=new Array("Erythema Multiforme","emf.htm","",0,20,150);
Menu8=new Array("Tumors and Cysts","","",4);
	Menu8_1=new Array("Benign","","",3,20,120);
                Menu8_1_1=new Array("Seborrhoic Keratosis","seb.htm","",0,20,150);
                Menu8_1_2=new Array("Syringoma","syring.htm","",0);
                Menu8_1_3=new Array("Melanocytic Nevi","mn.htm","",0);
        Menu8_2=new Array("Pre-malignant","","",1,20,120);
                Menu8_2_1=new Array("Carcinoma In Situ","ca_situ.htm","",0,20,130);
        Menu8_3=new Array("Malignant","","",1,20,120);
                Menu8_3_1=new Array("Basal Cell Carcinoma","bcc.htm","",0,20,150);
        Menu8_4=new Array("Cysts","","",2,20,120);
                Menu8_4_1=new Array("Mucous","muc_cyst.htm","",0,20,100);
                Menu8_4_2=new Array("Infundibular","inf_cyst.htm","",0);
Menu9=new Array("Naevi","","",3);
	Menu9_1=new Array("Vascular","","",3,20,100);
                Menu9_1_1=new Array("Cavernous Hemagioma","cav.htm","",0,20,220);
                Menu9_1_2=new Array("Port Wine Stain","pws.htm","",0);
                Menu9_1_3=new Array("Lymphangioma Circumscriptum","lc.htm","",0);
        Menu9_2=new Array("Epidermal","","",1,20,100);
                Menu9_2_1=new Array("Verrucous","ver_epi.htm","",0,20,130);
        Menu9_3=new Array("Collagen Nevi","collnev.htm","",0,20,100);
Menu10=new Array("Pigmentation Disorders","","",2);
	Menu10_1=new Array("Melasma","melasma.htm","",0,20,70);
        Menu10_2=new Array("Vitiligo","viti.htm","",0);
Menu11=new Array("Genodermatoses","","",1);
	Menu11_1=new Array("Piebaldism","piebaldism.htm","",0,20,130);
Menu12=new Array("Skin and Systemic Disease","","",2,20,190);
	Menu12_1=new Array("Diabetes","diabetes.htm","",0,20,100);
        Menu12_2=new Array("Liver Disease","liv.htm","",0);
Menu13=new Array("Interesting Cases","","",7);
        Menu13_1=new Array("Cheilitis Granulomatis","ch_gran.htm","",0,20,190);
        Menu13_2=new Array("SLE with Vitiligo","sle_vit.htm","",0);
        Menu13_3=new Array("Cutaneous Larva Migrans","clm.htm","",0);
        Menu13_4=new Array("Cutaneous Blastomycosis","cut_blast.htm","",0);
        Menu13_5=new Array("Supernumery Nail","sup_nail.htm","",0);
        Menu13_6=new Array("Leukemic Infiltration","leuk.htm","",0);
        Menu13_7=new Array("Paraneoplastic Pemphigus","para_pemp.htm","",0);
Menu14=new Array("Miscellaneous","","",7);
        Menu14_1=new Array("Sweet Syndrome","sweet_syn.htm","",0,20,185);
        Menu14_2=new Array("Pyoderma Gangrenosum","pyo_gang.htm","",0);
        Menu14_3=new Array("Granuloma Annulare","gran-ann.htm","",0);
        Menu14_4=new Array("Pseudopalade of Broque","pseu_broque.htm","",0);
        Menu14_5=new Array("Polymorphic Light Eruption","ple.htm","",0);
        Menu14_6=new Array("Rosacea","rosa.htm","",0);
        Menu14_7=new Array("Androgenic Alopecia","andr_alop.htm","",0);
Menu15=new Array("Home","../index.htm","",0);
