/****************************************************************************
* (c) Ger Versluis 2000 version 5.411 24 December 2001
* (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
* For info write to menus@burmees.nl
* You may remove all comments for faster loading
* Modified for GTI Web 2-15-04
****************************************************************************/

var NoOffFirstLineMenus=3;
var LowBgColor='#494949';
var LowSubBgColor='353a73';
var HighBgColor='#ec4851';
var HighSubBgColor='ff6600';
var FontLowColor='#fcfcfc';
var FontSubLowColor='#fcfcfc';
var FontHighColor='#fcfcfc';
var FontSubHighColor='#fcfcfc';
var BorderColor='#c22b2d';
var BorderSubColor='#c22b2d';
var BorderWidth=2;
var BorderBtwnElmnts=1;	// 1 or 0
var FontFamily="arial,tahoma,verdana"
var FontSize=11;
var FontBold=1;	// 1 or 0
var FontItalic=0;	// 1 or 0
var MenuTextCentered='center';	// 'left', 'center' or 'right'
var MenuCentered='left';
var MenuVerticalCentered='top';
var ChildOverlap=.05;	// horizontal overlap child/ parent
var ChildVerticalOverlap=.4; // vertical overlap child/ parent
var StartTop=0;
var StartLeft=0;
var VerCorrect=0;
var HorCorrect=0;
var LeftPaddng=0;	// Left padding
var TopPaddng=5;	// Top padding
var FirstLineHorizontal=0; //1 FOR HORIZONTAL, 0 FOR VERTICAL
var MenuFramesVertical=1;
var DissapearDelay=300;
var TakeOverBgColor=1;
var FirstLineFrame='self';
var SecLineFrame='self';
var DocTargetFrame='self';
var TargetLoc='MenuPos';
var HideTop=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;
var ShowArrow=1;	// Uses arrow gifs when 1
var KeepHilite=1;
var Arrws=['arrow_menu.gif',12,12,'wht_ar1.gif',10,9,'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 Page","index.html","",0,28,177);

Menu2=new Array("Service Information","contract-tractor-services.htm","",0,28,177);
//	Menu2_1=new Array("We Bring The Wall to You","portawall.htm","",0,28,177);
//	Menu2_2=new Array("Portable Wall Pricing","portawall.htm","",0,28,177);

Menu3=new Array("Contact Precision","contact-dirt-work-service.htm","",0,28,177);
//	Menu3_1=new Array("Five Houston Mall Locations","locations.htm","",2,28,210);
//	       	Menu3_1_1=new Array("The Woodlands Mall","locations.htm","",0,28,150);
//	       	Menu3_1_2=new Array("Memorial City Mall","locations.htm","",0,28,150);
//	Menu3_2=new Array("Mall Climbing Package Pricing","locations.htm#Climb","",0);
