/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='#F0F2F7';			// Background color when mouse is not over
	var LowSubBgColor='#4D5564';			// Background color when mouse is not over on subs
	var HighBgColor='#DBEDFF';			// Background color when mouse is over
	var HighSubBgColor='#617D97';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#596980';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=7;				// 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','bottom' or static
	var ChildOverlap=.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.03;			// vertical overlap child/ parent
	var StartTop=0;				// 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=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;			// 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=0;				// 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("rollover:images/link_home.gif:images/link_home_over.gif","index.cfm","",0,26,120);

Menu2=new Array("rollover:images/link_services_solutions.gif:images/link_services_solutions_over.gif","","",8,26,182);
	Menu2_1=new Array("The NS Methodology","ns_method.cfm","",0,18,221);
	Menu2_2=new Array("Internet Business Requirements","ibr.cfm","",0,18,221);
	Menu2_3=new Array("Web User Interface Design","interface_design.cfm",0);
	Menu2_4=new Array("Complementary Media Development","comp_media.cfm",0);
	Menu2_5=new Array("Web Hosting","web_hosting.cfm",0);
	Menu2_6=new Array("Database Web Integration","db_integration.cfm","",0,18,182);
	Menu2_7=new Array("Content Management","content_management.cfm",0);
	Menu2_8=new Array("Website Maintenance and Measurement","web_maintenance.cfm",0);
		
Menu3=new Array("rollover:images/link_company_profile.gif:images/link_company_profile_over.gif","","",4,26,173);
	Menu3_1=new Array("About Us","about_us.cfm","",0,18,173);
	Menu3_2=new Array("Management Team","management_team.cfm",0);
	Menu3_3=new Array("News & Press Releases","press_releases.cfm",0);
	Menu3_4=new Array("Careers","careers.cfm",0);
//	Menu7_5=new Array("rollover:images/other.gif:images/other2.gif","other.html",0); (Future expansion)

Menu4=new Array("rollover:images/link_clients.gif:images/link_clients_over.gif","","",3,26,143);
	Menu4_1=new Array("Case Studies","case_studies.cfm","",0,18,143);
	Menu4_2=new Array("Testimonials","testimonials.cfm",0);
	Menu4_3=new Array("Client List","client_list.cfm",0);
	
Menu5=new Array("rollover:images/link_contact.gif:images/link_contact_over.gif","","",2,26,141);
	Menu5_1=new Array("Office Location & Directions","office.cfm","",0,18,160);
	Menu5_2=new Array("Contact Form","contact_form.cfm",0);	