// Title: Horizontal Menu (Relative)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hspacing = 350;
ace_state.width = '150';
ace_state.hbgcolor = '#907031';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#A68442';
ace_state.nftcolor = '#FFFFFF';
ace_state.arrowimage = 'NavPointer1.gif';
ace_state.fontFamily = 'Times New Roman';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#FFFFFF';
ace_state.cellpadding = 0;
ace_state.cellspacing = 5;
ace_state.layerpadding = 1;
ace_state.htmlAfter = '&nbsp;&nbsp;';
ace_state.htmlBefore = '&nbsp;&nbsp;';

acemenu = new ACEMenu('0');
acemenu.isAbsolute = true;
acemenu.staticX = 0;
acemenu.staticY = 0;
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('Home', '../TexasRightofWayLandBrushClearing.asp?1', '', false , 'Welcome to Cedar Beetle - A Texas Right of Way Land Clearing Company', '0', '0');
acemenu.AddItem('Our Machines', '../TexasRightofWayLandBrushClearing.asp?2', '', false , 'Our Machines - A Texas Right of Way Land and Brush Clearing Company', '0', '0');
acemenu.AddItem('Pipeline Site Prep', '../TexasRightofWayLandBrushClearing.asp?27', '', false , 'Pipeline Site Prep - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Seismic Line Cutting', '../TexasRightofWayLandBrushClearing.asp?30', '', false , 'Seismic Line Cutting - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Utility Right of Way', '../TexasRightofWayLandBrushClearing.asp?31', '', false , 'Utility Right of Way - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Wind Turbine Site Prep', '../TexasRightofWayLandBrushClearing.asp?29', '', false , 'Wind Turbine Site Prep - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Fence, Survey & Railroad', '../TexasRightofWayLandBrushClearing.asp?5', '', false , 'Fence, Survey & Railroad - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Right of Way Clearing', '../TexasRightofWayLandBrushClearing.asp?5', '', false , 'Right of Way Clearing - A Texas Right of Way Land Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Cedar Removal', '../cedarremovalcedarmulching.asp?3', '', false , 'Cedar Removal, Cedar Mulching, Cedar Land Clearing for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Ranch & Wildlife Restoration', '../TexasRightofWayLandBrushClearing.asp?32', '', false , 'Ranch & Wildlife Restoration - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Real Estate Enhancement', '../TexasRightofWayLandBrushClearing.asp?33', '', false , 'Real Estate Enhancement - A Texas Right of Way Land and Brush Clearing Company for: Medina County, Real County, Uvalde County, Kimble County, Edwards County, Menard County, Comal County, Bandera County and Kerr County.', '0', '0');
acemenu.AddItem('Contact Us', '../contact.asp', '', false , 'Contact our A Texas Right of Way Land Clearing Company', '0', '0');
acemenu.AddItem('About Us', '../TexasRightofWayLandBrushClearing.asp?24', '', false , 'About Us - A Texas Right of Way Land and Brush Clearing Company', '0', '0');
acemenu.AddItem('References', '../TexasRightofWayLandBrushClearing.asp?34', '', false , 'References - A Texas Right of Way Land and Brush Clearing Company', '0', '0');
acemenu.AddItem('Login', '../Login.asp', '', false , 'Login - A Texas Right of Way Land Clearing Company', '0', '0');



