    var NoOffFirstLineMenus=9;          // Number of first level items
    var LowBgColor='#669CC6';         // Background color when mouse is not over
    var LowSubBgColor='#EFEFFF';          // Background color when mouse is not over on subs
    var HighBgColor='#7E7CBB';            // Background color when mouse is over
    var HighSubBgColor='#7E7CBB';         // Background color when mouse is over on subs
        var FontLowColor='white';                       // Font color when mouse is not over
        var FontSubLowColor='black';                    // Font color subs when mouse is not over
        var FontHighColor='yellow';                      // Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
    var BorderColor='#002760';            // 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, helvetica, verdana, sans-serif"  // Font family menu items

if (screen.width>=1024)
    var FontSize=10;
	
else
    var FontSize=9;

//  var FontSize=9;             // Font size menu items
    var FontBold=1;             // Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
        var MenuTextCentered='center';                    // 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=.2;                // horizontal overlap child/ parent
    var ChildVerticalOverlap=.2;            // vertical overlap child/ parent

if (screen.width>=1024)
var StartTop=10;
else
var StartTop=10;			// Menu offset x coordinate

//    var StartTop=10;               // Menu offset x coordinate

if (screen.width>=1024)
var StartLeft=0;
else
var StartLeft=0;			// Menu offset y coordinate

//    var StartLeft=5;                // Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// 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=100;                        // 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/ 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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.htm","",0,21,100);
Menu2=new Array("About Us","aboutus/aboutus.html","",0,21,100);

Menu3=new Array("Our Services","javascript:void(0)","",3,20,120);
Menu3_1=new Array("Transport Services","ourservices/transportservices.htm","",0,20,120);
	Menu3_2=new Array("Crane Services","ourservices/craneservices.html","",0,20,120);
	Menu3_3=new Array("Cargo & CHA Services","ourservices/cargoservices.html","",0,20,120);

Menu4=new Array("Our Clients","ourclients/transportclients.html","",0,21,100);
/*Menu4=new Array("Our Clients","javascript:void(0)","",2,22,120);
        Menu4_1=new Array("Transport Clients","ourclients/transportclients.html","",0,20,120);
	Menu4_2=new Array("Handling Clients","ourclients/handlingclients.html","",0,20,120);*/

/*Menu5=new Array("Our Equipment","javascript:void(0)","",3,20,120);
        Menu5_1=new Array("Cranes","ourequipment/cranes.html","",0,20,120);
        Menu5_2=new Array("Trailers","ourequipment/trailers.html","",0,20,120);
        Menu5_3=new Array("Fork Lifts","ourequipment/forklifts.html","",0,20,120);*/
		
Menu5=new Array("Our Equipment","javascript:void(0)","",4,20,120);
        Menu5_1=new Array("Cranes","ourequipment/cranes.html","",0,20,180);
        Menu5_2=new Array("Trailers","ourequipment/trailers.html","",0,20,180);
        Menu5_3=new Array("Pullers & Hydraulic Axles","ourequipment/pullers.html","",0,20,180);
		Menu5_4=new Array("Fork Lifts","ourequipment/forklifts.html","",0,20,180);
		
Menu6=new Array("Careers","careers/careers.html","",0,20,100);
Menu7=new Array("Certificates","certificate/certificate.html","",0,20,100);
Menu8=new Array("Our Offices","ouroffices/ouroffices.html","",0,20,100);

Menu9=new Array("Contact Us","contactus/contactus.html","",0,20,100);


