        //***********************************************
        // SET ALL PARAMETERS OF THE LOWER MENU SET HERE
        //***********************************************

//*******************************************************************
//  MUST DEFINE THE TOTAL NUMBER OF MAIN MENU ITEMS IN THE NEXT LINE
//*******************************************************************
var NoOffFirstLineMenus=7;        // Number of first level items
var LowBgColor='211E9D';        // Background color when mouse is not over
var LowSubBgColor='FFFFFF';        // Background color when mouse is not over on subs
var HighBgColor='B7B8E9';        // Background color when mouse is over
var HighSubBgColor='5153BA';        // Background color when mouse is over on subs
var FontLowColor='FFFFFF';        // Font color when mouse is not over
var FontSubLowColor='222222';        // Font color subs when mouse is not over
var FontHighColor='000000';        // Font color when mouse is over
var FontSubHighColor='FFFFFF';        // Font color subs when mouse is over
var BorderColor='FFFFFF';        // Border color
var BorderSubColor='B7B8E9';        // Border color for subs
var BorderWidth=2;                // Border width
var BorderBtwnElmnts=1;                // Border between elements 1 or 0
//
//  FONT TYPE
//
var FontFamily="verdana,arial,comic sans ms,technical"        // Font family menu items
var FontSize=10;                        // Font size menu items
var FontBold=1;                        // Bold menu items 1 or 0
var FontItalic=0;                // Italic menu items 1 or 0
//
//  MENU BEHAVIOR
//
var MenuTextCentered='left';        // Item text position 'left', 'center' or 'right'
var MenuCentered='left';        // Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';        // Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.08;                // horizontal overlap child/ parent
var ChildVerticalOverlap=.9;        // vertical overlap child/ parent
//
//  HOW FAR FROM THE TOP SHOULD THIS MENU BE? (Set the coordinate in the next line)
//
var StartTop=190;                // Menu offset x coordinate
//
//  HOW FAR FROM THE LEFT SHOULD THIS MENU BE? (Set the coordinate in the next line)
//
var StartLeft=10;                // Menu offset y coordinate
var VerCorrect=0;                // Multiple frames y correction
var HorCorrect=0;                // Multiple frames x correction
var LeftPaddng=3;                // Left padding
var TopPaddng=2;                // Top padding
var FirstLineHorizontal=0;        // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=0;        // Frames in cols or rows 1 or 0
var DissapearDelay=650;         // 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 or 0 for onmouseover
var WebMasterCheck=0;                // menu tree checking on or off 1 or 0
//
//  Show Arrows for items with child level menus
//
var ShowArrow=0;                // Uses arrow gifs when 1
var KeepHilite=1;                // Keep selected path highligthed
//
//  Arrow directory, image name and size [width then height]
//
var Arrws=['images/arrow1.gif',9,9,'images/imagename.gif',9,9,'images/imagename.gif',9,9];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//****************
//LOWER MENU TREE
//****************
// -> EXAMPLE MENU SETUP
// Menu#=new Array("Text to show goes here", Link, background image (optional, see below), number of subs, height, width);
//
// For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
// This is Upper Page Margin Menu
//
// BE SURE TO number the menus and submenus properly or you will end up with errors on your page.
// Pay particular attention to submenu numbering scheme!

Menu1=new Array("Home","index.html","",0,30,148);
        
Menu2=new Array("Services","services.html","",0,30,0);
        //Menu2_1=new Array("Pensions on Divorce","csoon.html","",0,22,330);
        //Menu2_2=new Array("Personal Injury - Loss of Salary and Pension","csoon.html","",0,0,0);
        //Menu2_3=new Array("Unfair Dismissal - Loss of Salary and Pension","csoon.html","",0,0,0);
        //Menu2_4=new Array("Pension Mis-Selling","csoon.html","",0,0,0);
        //Menu2_5=new Array("Cost of Life and Care Valuations","csoon.html","",0,0,0);
Menu3=new Array("Pensions - what you need to know","","",2,40,0);
        Menu3_1=new Array("Pension Rights on Divorce","penondiv.html","",0,22,200);
        Menu3_2=new Array("Life Reversions and Life Interests","liferev.html","",0,35,200);
Menu4=new Array("Current Issues in Pensions","currentissues.html","",0,40,0);
Menu5=new Array("Seminars","seminars.html","",5,30,0);
        //Menu5_1=new Array("Pension Rights on Divorce","","",4,22,200);
                Menu5_1=new Array("Current Seminars","","",2,22,152);
                        Menu5_1_1=new Array("An Introduction to Pensions on Divorce","pod_semcontent3.html","",0,35,180);
                        Menu5_1_2=new Array("2010 Update and High Net Worth Cases","pod_semcontent4.html","",0,35,180);
                Menu5_2=new Array("Locations and Dates","pod_locdate.html","",0,0,0);
                Menu5_3=new Array("CPD Accreditations","pod_accred.html","",0,0,0);
                Menu5_4=new Array("Booking Form","pod_booking.html","",0,0,0);
                Menu5_5=new Array("Seminar Material","seminar_material_login.php","",0,0,0);
Menu6=new Array("Links and Downloads","LinksAndDownloads.html","",0,40,0);
Menu7=new Array("How to contact us","contact.html","",0,30,0);
//Menu8=new Array("Search","search.html","",0,30,0);
        //Menu4_1=new Array("Sub Menu 1","hyperlink.html","",0,22,130);        
        //Menu4_2=new Array("Sub Menu 2","","Downloads",0,0,0);


// Notes:
//
// Can have links in main as well as subs...also note how to set up sub-sub menu
// Hyperlinks may be to any place within your site, email or outside of your web - your choice.
