var text2=new Array();
text2[0]="All equipment and components that we build and carry, sorted by manufacturer";
text2[1]="Industrial, marine & residential sets. Kohler, Kubota and Frontier-built";
text2[2]="Pumps by FMC, MP, Berkeley.  Frontier-built Mudmaster pump units";
text2[3]="John Deere, Kubota, Mitsubishi, Deutz, Zenith.  Marine engines";
text2[4]="PowerTower & Genesis light towers, Funk drivetrain, Kohler switchgear, Chalwyn";
text2[5]="Service overview, Planned maintenance, Deere reman engines";
text2[6]="Online parts books, Frontier web account, Deere reman";
text2[7]="Choosing an engine, maintenance tips, pump troubleshooting";
text2[8]="Warranty statements, warranty forms, warranty procedures";
text2[9]="Trade shows, dealers, credit application, exporting, about us";
text2[10]="Specifications & ratings explained, manufacturer's tech info";
text2[11]="PDF readers, website map";
text2[12]="Links to suppliers' websites";
text2[13]="Trade organizations we support";
text2[14]="Software and services we found useful. Educational videos";

function active2(whichcell) {
	 document.getElementById('subtitle2').innerHTML="<i>&nbsp;"+text2[whichcell]+"</i>";
}

function inactive2(){
 document.getElementById('subtitle2').innerHTML="&nbsp;";
}
