/***********************************************************************************
*	(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=9;			// Number of first level items
	
	var BorderColor='';			// Border color
	
	var BorderSubColor='#ffffff';			// Border color for subs
	
	var BorderWidth=1;				// Border width
	
	var LowBgColor='';				// Background color when mouse is not over on Top

	var LowSubBgColor='CCCCCC';		// Background color when mouse is not over on subs

	var HighBgColor='';				// Background color when mouse is over on Top

	var HighSubBgColor='EEEEEE';	// Background color when mouse is over on subs

	var FontLowColor='';			// Font color when mouse is not over on Top

	var FontSubLowColor='333333';	// Font color subs when mouse is not over on Sub

	var FontHighColor='';			// Font color when mouse is over on Top

	var FontSubHighColor='953637';	// Font color subs when mouse is over on Sub	

	var BorderSubWidth=1;			// Border width for subs
	
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0 for Top

	var BorderBtwnSubElmnts=1;		// Border between elements 1 or 0 for Subs

	var FontFamily="arial,comic sans ms,technical"	// Font family menu items

	var FontSize=8;					// Font size menu items

	var FontBold=0;					// 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='center';		// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle' or 'bottom'

	var ChildOverlap=.0;			// horizontal overlap child/ parent

	var ChildVerticalOverlap=.0;	// vertical overlap child/ parent
	
	var StartTop=60;				// Menu offset x coordinate

	var StartLeft=0;				// Menu offset y coordinate
	
	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=5;				// Left padding

	var TopPaddng=5;				// Top padding

	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0

	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='';				// DIV id for relative positioning (refer to config.htm for info)

	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=['images/tri.gif',10,7,'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}

function openWin(myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(myname, 'window', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}


// 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("<img src='images/bt_internalmedicine.gif' border='0'>","internalmedicine.html","",3,38,132);
	Menu1_1=new Array("Endrocrine Diseases","edocrinedisease.html","",5,25,150);
		Menu1_1_1=new Array("Adrenal Disoders","adrenaldisoders.html","",0,25,150);
		Menu1_1_2=new Array("Diabetes","diabetes.html","",0,25,150);
		Menu1_1_3=new Array("Hormonal Replacement","hormonalrepalcement.html","",0,25,150);
		Menu1_1_4=new Array("Obesity","obesity.html","",0,25,150);
		Menu1_1_5=new Array("Thyroid Disorders","thyroid_disorders.html","",0,25,150);
	Menu1_2=new Array("Respiratory Diseases","respiratory_disease.html","",0,25,120);
	Menu1_3=new Array("Family Medicine","familymedicine.html","",0,25,120);
	//Menu1_4=new Array("Primary Care Medicine","primary.html","",0,25,120);

Menu2=new Array("<img src='images/div.gif' border='0'>","","",0,38,1);

Menu3=new Array("<img src='images/bt_cardiovasculardisease.gif' border='0'>","cardiovascular.html","",5,38,162);
Menu3_1=new Array("Arrhythmias","Arrhythmias.html","",1,25,159);
	Menu3_1_1=new Array("Atrial Fibrillation","atrial_fibrillation.html","",0,25,155);
	//Menu3_1_2=new Array("Treatment1","Arrhythmias_treat.html","",0,25,157);
Menu3_2=new Array("Cardiomyopathies","cardiomyopathies.html","",2,25,155);
	Menu3_2_1=new Array("Diagnosis ","cardio_diagnosis.html","",0,25,155);
	Menu3_2_2=new Array("Treatment","cardio_treat.html","",0,25,155);
Menu3_3=new Array("Congestive Heart Failure","congestive_heart_failure.html","",0,25,200);
Menu3_4=new Array("Coronary Artery Disease","coronary_artery_disease.html","",4,25,200);
	Menu3_4_1=new Array("Diagnosis","coronary_artery_diagnose.html","",0,25,157);
	//Menu3_4_2=new Array("Treatment","coronary_artery_treat.html","",0,25,155);
	Menu3_4_2=new Array("Chelation","chelation.html","",0,25,155);
	Menu3_4_3=new Array("Plaquex","plaquex.html","",0,25,155);
	Menu3_4_4=new Array("EECP","eecp.html","",0,25,155);
Menu3_5=new Array("Valvular Heart Diseaes","valvular_heart.html","",0,25,155);

Menu4=new Array("<img src='images/div.gif' border='0'>","","",0,38,1);

Menu5=new Array("<img src='images/bt_infectiousdisease.gif' border='0'>","infdiseasetreat.html","",5,38,148);
Menu5_1=new Array("Chronic Fatigue Syndrome","chronic_fatigue_synd.html","",0,25,160);
Menu5_2=new Array("Fibromyalgia","fibromyalgia.html","",0,25,114);
Menu5_3=new Array("Hepatitis","hepatitis.html","",0,25,149);
Menu5_4=new Array("HIV / AIDS","hiv-aids.html","",0,25,114);
Menu5_5=new Array("Lyme Disease","lyme_disease.html","",0,25,114);

Menu6=new Array("<img src='images/div.gif' border='0'>","","",0,38,1);


Menu7=new Array("<img src='images/bt_neurologicaldisease.gif' border='0'>","neurological.html","",2,38,159);
Menu7_1=new Array("Alzheimer’s Disease","alzheimer.html","",0,25,160);
Menu7_2=new Array("Parkinson’s Disease","parkinsondisease.html","",0,25,160);

Menu8=new Array("<img src='images/div.gif' border='0'>","","",0,38,1);

Menu9=new Array("<img src='images/bt_digestivedisorders.gif' border='0'>","alergy&digestive.html","",2,38,165);
Menu9_1=new Array("Celiac Disease","celiac_disease.html","",0,25,163);
//Menu9_2=new Array("Crohns Disease","crohns_disease.html","",0,25,110);
Menu9_2=new Array("Irritable Bowel Disease","Irratable_bowel_disease.html","",0,25,200);
//Menu9_4=new Array("Ulcerative Colitis","ulcerative_colitis.html","",0,25,110);