// =-=-=-=-=-=-= page utilities and display
function isProductGreen(prodselix) {
if (Product[prodselix].actsym.indexOf('G') >= 0)
return 2;
if (Product[prodselix].actsym.indexOf('g') >= 0)
return 1;
return 0;
}
function showProductACTSymbols(prodselix) {
if (Product[prodselix].actsym.indexOf('A') >= 0)
document.write( "
");
else if (Product[prodselix].actsym.indexOf('a') >= 0)
document.write( "
");
if (Product[prodselix].actsym.indexOf('F') >= 0)
document.write( "
");
if (Product[prodselix].actsym.indexOf('C') >= 0)
document.write( "
");
if (Product[prodselix].actsym.indexOf('L') >= 0)
document.write( "
");
if (Product[prodselix].actsym.indexOf('P') >= 0)
document.write( "
");
}
function showProductSpecs() {
// show a listing of product specifications
document.write( "
| Fabric | "); document.write( "Pattern | "); document.write( "Color ways | "); document.write( "Content | "); document.write( "Width | "); document.write( "Repeat | "); document.write( "Double Rubs | "); document.write( "Standards | "); document.write( "" + "" + "ACT Performance" + "" + " | "); document.write( "" + "" + "Green" + "" + " | "); document.write( "
|---|---|---|---|---|---|---|---|---|---|
| "); document.write( ""); document.write( "" + prodname + ""); document.write( ""); document.write( " | "); document.write( "" + "#" + Product[prodselix].catnum + " | " + "" + Product[prodselix].colorways + " | " + "" + Product[prodselix].material + " | " + "" + Product[prodselix].width + " " + " | " + ((Product[prodselix].repeat != "") ? Product[prodselix].repeat : "n/a") + " | " + ""+ ((Product[prodselix].dblrubs != "") ? Product[prodselix].dblrubs : "n/a") + " | " + ""+ stdtext + " | "); document.write( ""); showProductACTSymbols(prodselix); document.write( " | ");
if (isProductGreen(prodselix) > 0) {
document.write( " | ");
document.write( "