
	var NoOffFirstLineMenus=5;		// Number of first level items
//Menu	Settings pt.I
	var LowBgColor='FFFFFF';		// Background color when mouse is not over
	var LowSubBgColor='F0F0F0';		// Background color when mouse is not over on subs
	var HighBgColor='FFFFFF';		// Background color when mouse is over
	var HighSubBgColor='329F2A';	// Background color when mouse is over on subs
	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
//Font Settings
	var FontLowColor='858585';		// Font color when mouse is not over
	var FontSubLowColor='858585';	// 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 FontFamily="Arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
//Menu Settings pt.II
	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=.5;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;	// vertical overlap child/ parent
	var StartTop=72;				// Menu offset x coordinate
	var StartLeft=175;				// 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=500;			// delay before menu folds in (milliseconds)
	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=0;					// 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=0;				// Keep selected path highlighted

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.gif:Image2.gif"

//NOTE: All submenus still need to be linked. Add the right file name in the "*.html" sections below.
Menu1=new Array("rollover:code/menu_01u.gif:code/menu_01o.gif","index.html","",0,20,49);

Menu2=new Array("rollover:code/menu_02o.gif:code/menu_02o.gif","software.html","",6,20,133);
	Menu2_1=new Array("Overview","software.html","",0,20,184);
	Menu2_2=new Array("Business Process Consulting","software02.html","",0,20,184);
	Menu2_3=new Array("Custom Software Development","software03.html","",0,20,184);
	Menu2_4=new Array("Systems Integration","software04.html","",0,20,184);
	Menu2_5=new Array("Software Support","software05.html","",0,20,184);
	Menu2_6=new Array("Case Studies","software06.html","",0,20,184);

Menu3=new Array("rollover:code/menu_03u.gif:code/menu_03o.gif","products.html","",6,20,69);
	Menu3_1=new Array("Overview","products.html","",0,20,210);
	Menu3_2=new Array("Human Resources","products02.html","",0,20,210);
	Menu3_3=new Array("Customer Relationship Management","products03.html","",0,20,210);
	Menu3_4=new Array("Logistics Management","products04.html","",0,20,210);
	Menu3_5=new Array("Sales Cycle Administration","products05.html","",0,20,210);
	Menu3_6=new Array("Manufacturing Resource Planning","products06.html","",0,20,210);

Menu4=new Array("rollover:code/menu_04u.gif:code/menu_04o.gif","about_us.html","",8,20,70);
	Menu4_1=new Array("Overview","about_us.html","",0,20,157);
	Menu4_2=new Array("Methodology","about_us02.html","",0,20,157);
	Menu4_3=new Array("Client List","about_us03.html","",0,20,157);
	Menu4_4=new Array("Technology","about_us04.html","",0,20,157);
	Menu4_5=new Array("Business Partners","about_us05.html","",0,20,157);	
	Menu4_6=new Array("Referral Incentive Program","about_us06.html","",0,20,157);	
	Menu4_7=new Array("Client Testimonials","about_us07.html","",0,20,157);	
	Menu4_8=new Array("Newsletter Archive","about_us08.html","",0,20,157);	

Menu5=new Array("rollover:code/menu_05u.gif:code/menu_05o.gif","contact_us.html","",0,20,79);