	
/***********************************************************************************
*		          *
*	For info write to future.com@vsnl.com		          *
*	You don't remove  comments 	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=17;			// Number of first level items
	var LowBgColor='#AAABAD';			// Background color when mouse is not over
	var LowSubBgColor='#AAABAD';			// Background color when mouse is not over on subs
	var HighBgColor='#AAABAD';			// Background color when mouse is over
	var HighSubBgColor='#D8D8D8';			// Background color when mouse is over on subs
	var FontLowColor='#0E498B';			// Font color when mouse is not over
	var FontSubLowColor='#0E498B';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#AAABAD';			// Border color
	var BorderSubColor='#000000';			// 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=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='center';			// 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=.0;			// vertical overlap child/ parent
	var StartTop=111;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=1;				// 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=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// 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=1;				// 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("Home","../index.html","",0,18,40);

Menu2=new Array("|","","",0,18,12);

Menu3=new Array("About Us","","",3,18,58);
	Menu3_1=new Array("News","","",2,20,120);
		  Menu3_1_1=new Array("Recent","../aboutus_news.html","",0,20,120);
		  Menu3_1_2=new Array("Archived","../aboutus_news_archived.html","",0,20,120);
	Menu3_2=new Array("Company Profile","../aboutus_profile.html","",0,20,60);
	Menu3_3=new Array("Management Team","../aboutus_management.html","",0,20,60);

Menu4=new Array(" | ","","",0,18,12);

Menu5=new Array("Customers","","",3,18,70);
	Menu5_1=new Array("Diverse Industries","../customers_diverse.html","",0,20,160);
	Menu5_2=new Array("Progress Partners","../customers_progress.html","",0,20,90);
	Menu5_3=new Array("Testimonials","../customers_testimonials.html","",0,20,60);

Menu6=new Array(" | ","","",0,18,12);

Menu7=new Array("Partners","","",2,18,58);
	Menu7_1=new Array("Resellers","","",2,20,90);
		  Menu7_1_1=new Array("Global","../partners_resellers.html","",0,20,80);
		  Menu7_1_2=new Array("Industry","../partners_resellers_industry.html","",0,20,80);
	Menu7_2=new Array("Technology","../partners_technology.html","",0,20,60);

Menu8=new Array(" | ","","",0,18,12);

Menu9=new Array("Services","","",3,18,57);
	Menu9_1=new Array("Portfolio","../services_portfolio.html","",0,20,160);
	Menu9_2=new Array("Application Modernization","../services_architecture.html","",0,20,10);
	Menu9_3=new Array("Progress Off-Shore","../services_offshore.html","",0,20,10);
	

Menu10=new Array(" | ","","",0,18,12);

Menu11=new Array("Products","","",3,18,57);
	Menu11_1=new Array("ProcessWare ERP","../processware_erp_index.html","",0,20,150);
	Menu11_2=new Array("StepUp Accounting","../stepup_index.html","",0,20,150);
	Menu11_3=new Array("ProcessWare Framework","../processware_framework_index.html","",0,20,150);

Menu12=new Array(" | ","","",0,18,12);

Menu13=new Array("Publications","","",4,18,75);
	Menu13_1=new Array("Books","../publications_books.html","",0,20,100);
	Menu13_2=new Array("White Papers","../publications_whitepapers.html","",0,20,100);
	Menu13_3=new Array("Presentations","../publications_presentations.html","",0,20,100);
	Menu13_4=new Array("Downloads","../publications_downloads.html","",0,20,100);

Menu14=new Array(" | ","","",0,18,12);

Menu15=new Array("Contact Us","../contactus.html","",0,18,68);

Menu16=new Array(" | ","","",0,18,12);

Menu17=new Array("Inquiry Form","../inquiryform.html","",0,18,90);