/**********************************************************************************
*(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by  *
* Dynamic Drive for Opera7)  Mod 03/28/05 added Home to menu bar                  *      
*	For info write to menus@burmees.nl		                                      *
*	You may remove all comments for faster loading.                               *
***********************************************************************************/
/* 2009 version: 090515 */

	var NoOffFirstLineMenus=6;		
	var LowBgColor='yellow';		
	var LowSubBgColor='yellow';		
	var HighBgColor='blue';		
	var HighSubBgColor='blue';			
	var FontLowColor='blue';		
	var FontSubLowColor='blue';		
	var FontHighColor='white';		
	var FontSubHighColor='white';		
	var BorderColor='gray';		
	var BorderSubColor='gray';		
	var BorderWidth=1;			
	var BorderBtwnElmnts=1;		
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;			
	var FontBold=1;			
	var FontItalic=0;			
	var MenuTextCentered='left';	
	var MenuCentered='left';		
	var MenuVerticalCentered='top';	
	var ChildOverlap=.2;			
	var ChildVerticalOverlap=.2;	
	var StartTop=0;			
	var StartLeft=0;			
	var VerCorrect=0;			
	var HorCorrect=0;		
	var LeftPaddng=10;			
	var TopPaddng=2;			
	var FirstLineHorizontal=1;		
	var MenuFramesVertical=1;		
	var DissapearDelay=1000;	
	var TakeOverBgColor=1;		
	var FirstLineFrame='navig';	
	var SecLineFrame='space';		
	var DocTargetFrame='space';		
	var TargetLoc='MenuPos';			
	var HideTop=0;			
	var MenuWrap=1;			
	var RightToLeft=0;			
	var UnfoldsOnClick=0;	
	var WebMasterCheck=0;		
	var ShowArrow=1;		
	var KeepHilite=1;		
	var Arrws=['tri.gif',5,10,'http://formsprint.com/images/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("Overview","","",2,20,124);
    Menu1_1=new Array("Overview","html/overview.htm","",0,20,124);
    Menu1_2=new Array("What Can It Do","html/whatcan/whatcan.htm","",0);
Menu2=new Array("Applications","","",4);
    Menu2_1=new Array("General","html/appsGeneral.htm","",0,20,125);
    Menu2_2=new Array("Checks","html/appsChecks.htm","",0);
    Menu2_3=new Array("Tax Forms","html/appsTaxforms.htm","",0);
    Menu2_4=new Array("Other","html/appsOther.htm","",0);

Menu3=new Array("Products","","",6);
	Menu3_1=new Array("FormSprint","html/products.htm","",0,20,125);
	Menu3_2=new Array("PDF/TIF Module","html/products.htm#power pdf","",0);
	Menu3_3=new Array("Emailing","html/products.htm#email","",0);
	Menu3_4=new Array("Faxing","html/products.htm#fax","",0);
	Menu3_5=new Array("Sig Capture","html/products.htm#signature","",0);
	Menu3_6=new Array("Other","html/products.htm","",2);
        Menu3_6_1=new Array("Paper Stock","html/vendors.htm#check","",0,20,106);
    	Menu3_6_2=new Array("Printers","html/vendors.htm#thermal","",0);

Menu4=new Array("User Comments","","",8);
    Menu4_1=new Array("General","html/testimonials.htm","",0,20,125); 
    Menu4_2=new Array("Bank Users","html/banktestimonials.htm","",0);  
    Menu4_3=new Array("HTE Users","html/HTEtestimonials.htm","",0);
    Menu4_4=new Array("Infinium Users","html/Infiniumtestimonials.htm","",0);
    Menu4_5=new Array("JDEdwards Users","html/JDEtestimonials.htm","",0);
    Menu4_6=new Array("Infor XA Users","html/Mapicstestimonials.htm","",0);
    Menu4_7=new Array("CIMS Users","html/CIMStestimonials.htm","",0);
    Menu4_8=new Array("Retalix Users","html/Retalixtestimonials.htm","",0);

Menu5=new Array("Contact ICS","","",2);
    Menu5_1=new Array("Contact ICS","html/contactus.htm","",0,20,125);
    Menu5_2=new Array("Reseller Inquiry","html/resellerinvite.htm","",0);

Menu6=new Array("More Info","","",8);
	Menu6_1=new Array("FAQ","html/faq.htm","",0,20,125);
	Menu6_2=new Array("Site Map","html/sitemap.htm","",0);
	Menu6_3=new Array("Search","htdig/common/search.html","",0);
	Menu6_4=new Array("About ICS","html/aboutics.htm","",0);
	Menu6_5=new Array("User Tips","html/usertips.htm","",0);
	Menu6_6=new Array("Examples","html/spoolmapperexamples.htm","",0);
	Menu6_7=new Array("What's New","html/whatsnew.htm","",0);
	Menu6_8=new Array("Newsletter","html/archive.htm","",0);







