function form_reset(theform) { theform.reset(); } function formatTopNavChoice(breadcrumb) { //var oTD = null; //var TN_Info = unescape(""); var TN_Info = unescape(breadcrumb); aryTN_Info = TN_Info.split(";") tContent = new String(); //for(var t = 1; t < aryTN_Info.length; t++) { for(var t = 1; t < aryTN_Info.length; t++) { aryNewTN = aryTN_Info[t].split(",") if(t==1){ tText = aryNewTN[0]; tPath = aryNewTN[1]; tContent += "" + tText + ""; } } return tContent }