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] = "refs.html";
PageAddress[11] = "refs.html";
PageAddress[12] = "refs.html";
PageAddress[13] = "prod.html";
PageAddress[14] = "sr1.html";
PageAddress[15] = "RSTB.html";
PageAddress[16] = "PressBox.html";
PageAddress[17] = "BoltBox.html";
PageAddress[18] = "SDTS.html";
PageAddress[19] = "LWS.html";
PageAddress[20] = "WTB.html";
PageAddress[21] = "ZB.html";
PageAddress[22] = "MHPDS.html";
PageAddress[23] = "prodrb.html";
PageAddress[24] = "cfss.htm";
PageAddress[25] = "hw.htm";
PageAddress[26] = "ccs.htm";
PageAddress[27] = "prod.html";
PageAddress[28] = "AGTB.html";
PageAddress[29] = "MLAS.html";
PageAddress[30] = "ML2.html";
PageAddress[31] = "MLES.html";
PageAddress[32] = "MLSB.html";
PageAddress[33] = "MLAS4.html";
PageAddress[34] = "ATS.html";
PageAddress[35] = "A8W.html";
PageAddress[36] = "MHPDA.html";
PageAddress[37] = "StackBox.html";
PageAddress[38] = "pdf.html";

function JumpToPage()
{ 
PageJump=document.QuickJump.JumpTo.selectedIndex;
if (PageAddress[PageJump] != "NULL")
   document.location=PageAddress[PageJump];
}

document.write('<FORM NAME="QuickJump"><FONT COLOR="#000080"><B>Choose A Quick Jump Option : <BR>');
document.write('<SELECT NAME="JumpTo">');
document.write('<OPTION>WEB PAGES');
document.write('<OPTION SELECTED>&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 LASERS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp TRANSITS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp FLO-LINE PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp PIPE PULLER PAGE');
document.write('<OPTION>STEELPRODUCT PAGES');
document.write('<OPTION>&nbsp &nbsp &nbsp ROLLING STRUT SLIDE RAIL PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp ROLLING STRUT TRENCH BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp HYDRAULIC PRESSBOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp RIGID BOLTED TRENCH BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp HIGH STRENGTH TRENCH SHIELD PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp LIGHTWEIGHT SHORING PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp WATER TAP BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp Z BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp MANHOLE SHIELDS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp ROCK BOXES PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp COLD FORMED SHEET PILING PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp HYDRAUIC WALERS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp CHAIN & CABLE SLINGS PAGE');
document.write('<OPTION>ALUMINUM PRODUCT PAGES');
document.write('<OPTION>&nbsp &nbsp &nbsp FOLDING GAS TAP SHIELDS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE II PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp ASI ERECTOR SERIES PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp MIGHTY LITE SHIELD BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp 4" ST TRENCH SHIELD PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp 5" DRAG BOXES PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp 8" TRENCH BOX PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp MANHOLE SHIELDS PAGE');
document.write('<OPTION>&nbsp &nbsp &nbsp STACKING SHORING PAGE');
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>');
