/***********************************************************************************
*	(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 LowBgColor='#00FFFF';			// Background color when mouse is not over
	var LowSubBgColor='00FFFF';			// Background color when mouse is not over on subs
	var HighBgColor='FF9900';			// Background color when mouse is over
	var HighSubBgColor='FF9900';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=5;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=200;					// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// 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='_blank';			// Frame where first level appears
	var SecLineFrame='_blank';			// Frame where sub levels appear
	var DocTargetFrame='_blank ';			// 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("Home","index.shtml","",0,20,150);

Menu2=new Array("Services","services.shtml","",0,20,150);

Menu3=new Array("Solutions","solutions.shtml","",0,20,150);

Menu4=new Array("Classes ","classes.shtml","",8);
	Menu4_1=new Array("Hipaa","classes.shtml#HIPAA","",3,20,150);
	Menu4_1_1=new Array("Hipaa Overview","hipaa-overview-class.shtml","",0,20,200);
	Menu4_1_2=new Array("Hipaa Security Requirements","hipaa-security-requirements-class.shtml","",0,20,200);
	Menu4_1_3=new Array("Unix/Linux and Hippa Security","unix-linux-security-and-hipaa-requirements-class.shtml","",0,20,200);	
	Menu4_2=new Array("Process and Design","classes.shtml#Process_and_Design","",7,20,250);
	Menu4_2_1=new Array("Exploring User Requirements with Use Cases","exploring-user-requirements-with-use-cases.shtml","",0,20,300);
	Menu4_2_2=new Array("In Search of Excellent Requirements","in-search-of-excellent-requirements.shtml","",0,20,300);
	Menu4_2_3=new Array("Bring It All Together","bring-it-all-together-class.shtml","",0,20,300);
	Menu4_2_4=new Array("Object-Oriented Analysis and Design Overview","object-oriented-design-and-analysis-overview-class.shtml","",0,20,300);
	Menu4_2_5=new Array("Object-Oriented Analysis and Design with UML","object-oriented-design-and-analysis-with-uml-class.shtml","",0);
	Menu4_2_6=new Array("That's an Object, I Object","thats-an-object-i-object.shtml","",0,20,300);
	Menu4_2_7=new Array("Extreme Programming (XP) Workshop","extreme-programming-xp-class.shtml","",0,20,300);
	Menu4_3=new Array("C#","classes.shtml#CSharp","",3,20,150);
	Menu4_3_1=new Array("C# and Microsoft .NET for Non-C Programmers","c-sharp-programming-and-microsoft-net-for-non-c-programmers-class.shtml","",0,20,300);
	Menu4_3_2=new Array("C# and Microsoft .NET for C Programmers","c-sharp-programming-and-microsoft-net-for-c-programmers-class.shtml","",0,20,300);
	Menu4_3_3=new Array("C# and Microsoft .NET for C++ and Java Programmers","c-sharp-programming-and-microsoft-net-for-c-plus-plus-programmers-class.shtml","",0);
	Menu4_4=new Array("Web","classes.shtml#Web","",2,20,150);
	Menu4_4_1=new Array("Web Services","web-services-class.shtml","",0,20,150);
	Menu4_4_2=new Array("XML and Web Services","xml-class.shtml","",0,20,150);
	Menu4_5=new Array("Java","classes.shtml#Java","",4,20,150);
	Menu4_5_1=new Array("Java for C Programmers","/java-for-c-programmers-class.shtml","",0,20,300);
	Menu4_5_2=new Array("Java for C++ Programmers","java-for-c-plus-plus-programmers-class.shtml","",0,20,300);
	Menu4_5_3=new Array("Java for Non-C Programmers","java-for-non-c-programmers-class.shtml","",0,20,300);
	Menu4_5_4=new Array("Advanced Java","advanced-java-class.shtml","",0,20,300);
	Menu4_6=new Array("C++ / Visual C++","classes.shtml#Cplusplus","",4,20,150);
	Menu4_6_1=new Array("C++ and Object-oriented Design for C Programmers","c-plus-plus-for-c-programmers-class.shtml","",0,20,300);
	Menu4_6_2=new Array("C++ for Non-C Programmers","C-plus-plus-for-non-c-programmers-class.shtml","",0,20,300);
	Menu4_6_3=new Array("Microsoft Visual C++ and MFC ","microsoft-visual-c-plus-plus-and-mfc-class.shtml","",0,20,300);
	Menu4_6_4=new Array("C++ and Visual C++ for C Programmers","c-plus-plus-and visual-c-for c-programmers-class.shtml","",0,20,300);
	Menu4_7=new Array("C","classes.shtml#C","",3,20,150);
	Menu4_7_1=new Array("C Language for Programmers","c-language-for-programmers-class.shtml","",0,20,250);
	Menu4_7_2=new Array("C Language for COBOL Programmers","c-language-for-cobol-programmers-class.shtml","",0,20,250);
	Menu4_7_3=new Array("Advanced C ","advanced-c-class.shtml","",0,20,250);
	Menu4_8=new Array("Unix","classes.shtml#Unix","",3,20,150);
	Menu4_8_1=new Array("UNIX / Linux for Users","unix-linux-for-users-class.shtml","",0,20,250);
	Menu4_8_2=new Array("UNIX / Linux for Programmers","unix-linux-for-programmers-class.shtml","",0,20,250);
	Menu4_8_3=new Array("UNIX / Linux Intranet and Internet Security","unix-linux-intranet-internet-security-class.shtml","",0,20,250);
	
Menu5=new Array("Talks","talks.shtml","",0,20,150); 

Menu6=new Array("Resources","resources.shtml","",0,20,150);  

Menu7=new Array("About Us","aboutus.shtml","",0,20,150);

Menu8=new Array("Contact Information","","",4,20,150);
Menu8_1=new Array("Contact Us","contactus.shtml","",0,20,250);
Menu8_2=new Array("Send Question or Comment","request-comment-or-question.shtml","",0,20,250);
Menu8_3=new Array("Request Information on Classes","request-info-on-classes.shtml","",0,20,250);
Menu8_4=new Array("Request Information on Services","request-info-on-services.shtml","",0,20,250);

Menu9=new Array("Legal","legal.shtml","",0,20,150);
	
	

