PageAddress = new Array();
PageAddress[0] = "NULL";
PageAddress[1] = "prod.html";
PageAddress[2] = "refs.html";
PageAddress[3] = "info.html";
PageAddress[4] = "contact.html";
PageAddress[5] = "news.html";
PageAddress[6] = "about.html";
PageAddress[7] = "CFStory.html";
PageAddress[8] = "refs.html";
PageAddress[9] = "refs.html";
PageAddress[10] = "prod.html";
PageAddress[11] = "sr1.html";
PageAddress[12] = "RSTB.html";
PageAddress[13] = "BoltBox.html";
PageAddress[14] = "SDTS.html";
PageAddress[15] = "LWS.html";
PageAddress[16] = "WTB.html";
PageAddress[17] = "ZB.html";
PageAddress[18] = "MHPDS.html";
PageAddress[19] = "prodrb.html";
PageAddress[20] = "cfss.html";
PageAddress[21] = "ccs.htm";
PageAddress[22] = "prod.html";
PageAddress[23] = "AGTB.html";
PageAddress[24] = "MLAS.html";
PageAddress[25] = "ML2.html";
PageAddress[26] = "MLES.html";
PageAddress[27] = "MLSB.html";
PageAddress[28] = "MLAS4.html";
PageAddress[29] = "ATS.html";
PageAddress[30] = "A8W.html";
PageAddress[31] = "MHPDA.html";
PageAddress[32] = "StackBox.html";
PageAddress[33] = "pdf.html";

function JumpToPage()
{ 
PageJump=document.QuickJump.JumpTo.selectedIndex;
if (PageAddress[PageJump] != "NULL")
   document.location=PageAddress[PageJump];
}

document.write('<FORM NAME="QuickJump" ONCLICK="JumpToPage()">');
document.write('<SELECT NAME="JumpTo">');
document.write('<OPTION SELECTED>Go Directly To');
document.write('<OPTION >&nbsp &nbsp &nbsp PRODUCTS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp RENTALS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp FEATURE ARTICLES PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp CONTACT US PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp WHATS NEW PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp ABOUT PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp FEATURE STORY PAGE');
document.write('<OPTION>RENTAL PRODUCT PAGES');
document.write('<OPTION>&nbsp &nbsp &nbsp PIPE PULLER PAGE');
document.write('<OPTION>STEELPRODUCT PAGES');
document.write('<OPTION>&nbsp &nbsp &nbsp ROLLING STRUT SLIDE RAIL');
document.write('<OPTION>&nbsp &nbsp &nbsp ROLLING STRUT TRENCH BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp RIGID BOLTED TRENCH BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp HIGH STRENGTH TRENCH SHIELD');
document.write('<OPTION>&nbsp &nbsp &nbsp LIGHTWEIGHT SHORING');
document.write('<OPTION>&nbsp &nbsp &nbsp WATER TAP BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp Z BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp MANHOLE SHIELDS');
document.write('<OPTION>&nbsp &nbsp &nbsp ROCK BOXES');
document.write('<OPTION>&nbsp &nbsp &nbsp COLD FORMED SHEET PILING');
document.write('<OPTION>&nbsp &nbsp &nbsp CHAIN & CABLE SLINGS');
document.write('<OPTION>ALUMINUM PRODUCT PAGES');
document.write('<OPTION>&nbsp &nbsp &nbsp FOLDING GAS TAP SHIELDS');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE II');
document.write('<OPTION>&nbsp &nbsp &nbsp ASI ERECTOR SERIES');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE SHIELD BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp 4" ST TRENCH SHIELD');
document.write('<OPTION>&nbsp &nbsp &nbsp 5" DRAG BOXES');
document.write('<OPTION>&nbsp &nbsp &nbsp 8" TRENCH BOX');
document.write('<OPTION>&nbsp &nbsp &nbsp MANHOLE SHIELDS');
document.write('<OPTION>&nbsp &nbsp &nbsp STACKING SHORING');
document.write('<OPTION>PDF FILES PAGE');
document.write('</SELECT></B>');
document.write('</FONT>');
// document.write('<INPUT TYPE="button" VALUE=" GO " ONCLICK="JumpToPage()">');
document.write('</FORM>');
