



























































































































// declare array
menuData = new Array()
for (i=0; i < 7; i++) {
	menuData[i] = new Array(40)
	for (j=0; j < 20; j++) {
		menuData[i][j] = new Array(2)}}




// enter navigation data into array
// fencing


menuData[0][0][0]="&nbsp;Penta Fence";
menuData[0][0][1]="penta.html";
menuData[0][1][0]="&nbsp;Black Acrylic Lacquer";
menuData[0][1][1]="blackac.html";
menuData[0][2][0]="&nbsp;Utility Pole & other Fence";
menuData[0][2][1]="utility.html";
menuData[0][2][0]="&nbsp;Utility Pole & other Fence";
menuData[0][2][1]="utility.html";
menuData[0][3][0]="&nbsp;Creosote Fence";
menuData[0][3][1]="creo.html";






// enter navigation data into array
// barn
menuData[1][0][0]="&nbsp;Shed Style";
menuData[1][0][1]="shed_barn.html";
menuData[1][1][0]="&nbsp;Barns";
menuData[1][1][1]="barn_main.html";






// enter navigation data into array
// Special
menuData[2][0][0]="&nbsp;Special Projects";
menuData[2][0][1]="sp_pro.html";
menuData[2][1][0]="&nbsp;Landscaping";
menuData[2][1][1]="landscape.html";







// enter navigation data into array
// fencing material
menuData[3][0][0]="&nbsp;Lumber, Materials Ect.";
menuData[3][0][1]="lumber.html";
//menuData[3][1][0]="&nbsp;Lumber, Pricing";
//menuData[3][1][1]="pressure_pricing.htm";






// enter navigation data into array
// contact us

menuData[4][0][0]="&nbsp;Email";
menuData[4][0][1]="mailto:ddart567@bellsouth.net?subject=Web Site Email";


