/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	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='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#9E6C00';			// Background color when mouse is over
	var HighSubBgColor='#9E6C00';			// Background color when mouse is over on subs
	var FontLowColor='#9E6C00';			// Font color when mouse is not over
	var FontSubLowColor='#9E6C00';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#9E6C00';			// Border color
	var BorderSubColor='#9E6C00';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// 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=145;				// Menu offset x coordinate
	var StartLeft=5;				// 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=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("","","menu_back.gif",0,20,210);

Menu2=new Array("Medical Educational Software","medical_software.html","",11,20,210);
	Menu2_1=new Array("Arterial Blood Gases Part I","arterial_blood_gas_abg_1.html","",0,20,210);
	Menu2_2=new Array("Arterial Blood Gases Part II","arterial_blood_gas_abg_2.html","",0);
	Menu2_3=new Array("Electrocardiography Part I","ecg_ekg_1.html","",0);
	Menu2_4=new Array("Electrocardiography Part II","ecg_ekg_2.html","",0);
	Menu2_5=new Array("Electrocardiography Part III","ecg_ekg_3.html","",0);
	Menu2_6=new Array("Hemodynamic Monitoring Part I","hemodynamic_monitoring_1.html","",0);
	Menu2_7=new Array("Hemodynamic Monitoring Part II","hemodynamic_monitoring_2.html","",0);
	Menu2_8=new Array("Hemodynamic Monitoring Part III","hemodynamic_monitoring_3.html","",0);
	Menu2_9=new Array("Chest Tubes & Chest Drainage Systems","chest_tubes_chest_drainage.html","",0);
	Menu2_10=new Array("Fluid, Electrolyte & Acid Base Balance","fluid_electrolyte_acid_base_balance.html","",0);
	Menu2_11=new Array("The Complete Chest Examination","chest_examination.html","",0);

Menu3=new Array("Respiratory Self-Evaluation Software","respiratory_software.html","",7);
	Menu3_1=new Array("Respiratory Administrator","respiratory_administrator.html","",0,20,250);
	Menu3_2=new Array("Self-Evaluation Entry-Level Examinations","respiratory_entry_level_examination.html","",0);
	Menu3_3=new Array("Self-Evaluation Written Registry Examinations","respiratory_written_registry_examination.html","",0);
	Menu3_4=new Array("Self-Evaluation Clinical Simulation Examinations","respiratory_clinical_simulation_examination.html","",0);
	Menu3_5=new Array("Adult Self-Evaluation Clinical Simulations","adult_clinical_simulations.html","",0);
	Menu3_6=new Array("Pediatric Self-Evaluation Clinical Simulations","pediatric_clinical_simulations.html","",0);
	Menu3_7=new Array("Neonatal Self-Evaluation Clinical Simulations","neonatal_clinical_simulations.html","",0);

Menu4=new Array("Other Medical Software","other_medical_software.html","",2);
	Menu4_1=new Array("Team Play ABG","team_play_abg.html","",0,20,250);
	Menu4_2=new Array("Hangman for Medical Personnel","hangmed_educational_word_game.html","",0);

Menu5=new Array("General Interest Software","software.html","",6);
	Menu5_1=new Array("Multimedia Hangman for Windows","hangman_educational_word_game.html","",0,20,250);
	Menu5_2=new Array("Dia-Log: A Diabetes Daily Log Manager","diabetes_software.html","",0);
	Menu5_3=new Array("My Recipes: A Recipe Collection Manager","recipe_software.html","",0);
	Menu5_4=new Array("Run-Log: A Runner's Daily Log Manager","running_software.html","",0);
	Menu5_5=new Array("The Psychic Development Studio","psychic_development_studio.html","",0);
	Menu5_6=new Array("My Quilting Math Buddy","quilt_calculator.html","",0);

Menu6=new Array("Software Download Section","software_download.html","",0);

Menu7=new Array("Software Price List","prices.html","",0);

Menu8=new Array("Software Order Form","order_form.html","",0);

Menu9=new Array("Software System Requirements","software_system_requirements.html","",0);

Menu10=new Array("Purchase Options","purchase_options.html","",0);

Menu11=new Array("Multi-Purchase Discounts","discount_software.html","",0);

Menu12=new Array("Payment & Ordering Options","payment_ordering_options.html","",0);

Menu13=new Array("Shipping Information","shipping_information.html","",0);

Menu14=new Array("Software User Manual","usermanual.pdf","",0);

Menu15=new Array("Software Catalog","catalog.pdf","",0);
