 /***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#007152';			// Background color when mouse is not over
	var LowSubBgColor='#007152';			// Background color when mouse is not over on subs
	var HighBgColor='#d6e3de';			// Background color when mouse is over
	var HighSubBgColor='#d6e3de';			// Background color when mouse is over on subs
	var FontLowColor='#d6e3de';			// Font color when mouse is not over
	var FontSubLowColor='#d6e3de';			// Font color subs when mouse is not over
	var FontHighColor='#007152';			// Font color when mouse is over
	var FontSubHighColor='#007152';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=190;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// 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=1;			// 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=['tri2.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("About OHIMA","","",4,20,164);	
	Menu1_1=new Array("OHIMA History/Facts","facts.html","",0,20,200);
    Menu1_2=new Array("Benefits of Membership","benefits.html","",0,20,200);
    Menu1_3=new Array("Governance","gov.html","",1,20,200);
                Menu1_3_1=new Array("2006 - 08 Strategic Plan","2006 - 2008 Strategic Plan.pdf","",0,20,200);
	Menu1_4=new Array("Privacy statement","privacy.html","",0,20,200);


Menu2=new Array("Executive Only","executive/index.html","",0,20,76);	


Menu3=new Array("Members","members/index.html","",5,20,70);
	Menu3_1=new Array("Newsletters","members/index.html","",0,20,200);
    Menu3_2=new Array("Job Postings","members/jobs.html","",0,20,200);
    Menu3_3=new Array("Volunteer Opportunities","members/volops.html","",0,20,200);
    Menu3_4=new Array("Conference Presentations","members/conferencepres.html","",0,20,200);
    Menu3_5=new Array("2009/10 Active Membership Form","Membership form 0910.pdf","",0,20,200);

Menu4=new Array("Multimedia","video/index.html","",0,20,76);
               
Menu5=new Array("Professional Development","professionaldev.html","",2,20,85);
	Menu5_1=new Array("HIM Programs","himprograms.html","",0,20,200);
	Menu5_2=new Array("Data Quality Working Groups","dataquality.html","",0,20,200);
		             

Menu6=new Array("Alliances","alliances.html","",8,20,66);
	Menu6_1=new Array("Joint Policy and Planning Committee-JPPC","http://www.jppc.org","",0,20,300);
	Menu6_2=new Array("Utilization Managers Network of Ontario-UMNO","http://www.umnoonline.com","",0,20,300);
	Menu6_3=new Array("Ontario Hospital Association-OHA","http://www.oha.com","",0,20,300);
	Menu6_4=new Array("Canadian Healthcare Association-CHA","http://www.cha.ca","",0,20,300);
	Menu6_5=new Array("Canadian Institute for Health Information-CIHI","http://www.cihi.ca","",0,20,300);
	Menu6_6=new Array("Canadian Health Information Management Association-CHIMA","http://www.echima.ca","",0,20,300);
	Menu6_7=new Array("American Health Information Management Association-AHIMA","http://ahima.org","",0,20,300);
    Menu6_8=new Array("eHealth Ontario","http://ehealthontario.ca","",0,20,300);  
	
Menu7=new Array("Events Calender","events.html","",0,20,76);

Menu8=new Array("Sponsorship","","",2,20,76);
    Menu8_1=new Array("Levels/Benefits of Spnsorship","level.html","",0,20,250);
    Menu8_2=new Array("Current Sponsorship","sponsor.html","",0,20,250);

Menu9=new Array("Contact Us","contact.html","",0,20,65);

