//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7;        //set number of main menu items
	var LowBgColor='448CCB';          //colour of the menu normal
	var HighBgColor='95C5F0';         //colour of the roll over
	var FontLowColor='white';         //colour of the font normal
	var FontHighColor='white';        //colour of the text rollover  
	var BorderColor='95C5F0';          //colour of the border
	var BorderWidth=1;                //the width of the border
	var BorderBtwnElmnts=1;
	var FontFamily="arial"         //font used
	var FontSize=8;                   //font size
	var FontBold=1;                   //bold font?
	var FontItalic=0;                 //italic font?
	var MenuTextCentered=1;           //center text in box
	var MenuCentered='left';         //position of menu
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=97;                   //set menu distance from the top of the page
	var StartLeft=1;                //set distance from the left of the page
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;                //the distance the text moves from the left in the box if not centered
	var TopPaddng=2;
	var FirstLineHorizontal=0;       //set menu layout (0=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;
        


//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Contact","contactus.html",0,20,120);

Menu2=new Array("Our Approach","",9);
   Menu2_1=new Array("Feedback & Comments","Feedback and Comments.html",0,20,230);
   Menu2_2=new Array("10 Minute Conference Call","10min.html",0);
   Menu2_3=new Array("One Page Proposal","1 page.html",0);
   Menu2_4=new Array("Love Your Customer CEO Interviews","lyc.html",0);
   Menu2_5=new Array("O P T I M I Z E  our target marketing Blog","optimize.html",0);
   Menu2_6=new Array("About Us","aboutus.html",0);
   Menu2_7=new Array("Management","management.html",0);
   Menu2_8=new Array("Contact Us","contactus.html",0);
   Menu2_9=new Array("Client List","clientlist.aspx",0);


Menu3=new Array("Solutions","solutionspdfs.html",4);
    Menu3_1=new Array("Solutions","solutionspdfs.html",0,20,150);
    Menu3_2=new Array("Sales","sales.html",0,20,150);
    Menu3_3=new Array("Reseller Program","resellerprogram.html",0);
    Menu3_4=new Array("Thought Starters","thoughtstarters.html",0);
   
Menu4=new Array("Why Scansave?","",5);
    Menu4_1=new Array("Why Scansave?","scansavegold.html",0,20,150);
    Menu4_2=new Array("Tangible Results","tangibleresults.html",0);
    Menu4_3=new Array("Benefits","goldbenefits.html",0);
    Menu4_4=new Array("Features","goldfeatures.html",0);
    Menu4_5=new Array("Campaign Ideas","",4);
         Menu4_5_1=new Array("Market Leaders","strategic.html",0,20,150);
         Menu4_5_2=new Array("Product Innovators","theinnovator.html",0);
         Menu4_5_3=new Array("Local Operators","localfavorites.html",0);
         Menu4_5_4=new Array("Integrated Players","integrated.html",0);
         
Menu5=new Array("New","New%20Features.html",4); 
    Menu5_1=new Array("Removable Media","New%20Features.html#memorycard",0,20,150);
    Menu5_2=new Array("Loyalty Program Support","New%20Features.html#loyaltyprograms",0);
    Menu5_3=new Array("Sales Capture","New%20Features.html#salescapture",0);
    Menu5_4=new Array("Events and Promotions","eventsandpromotion.html",0);

Menu6=new Array("Technical","",1);   
    Menu6_1=new Array("Hardware","oemlite.html",0,20,150); 
    
Menu7=new Array("Client Portal","",7);
         Menu7_1=new Array("Setup","setup.aspx",0,20,190);
	 Menu7_2=new Array("Test","test.aspx",0);
         Menu7_3=new Array("Run","run.aspx",0);
	 Menu7_4=new Array("Live Stats & Account Information","livestats.aspx",0);
         Menu7_5=new Array("Reports","reports.aspx",0);
	 Menu7_6=new Array("Help","help.aspx",0);
         Menu7_7=new Array("Handbook","scansavehandbook.aspx",0);