//Plastic Canvas Scripts> function ShowCell(PCNo) { var PCThumb=PCThumbs[PCNo]; var PCImg=PCImgs[PCNo]; var PCDesc=PCDescs[PCNo]; var PCItem=PCItems[PCNo]; var PCPrice=PCPrices[PCNo]; document.write('
| ');
document.writeln(" | ');
document.writeln('Desc: | '); document.writeln(''+PCDesc+' | '); document.writeln('|
| Item No: | '); document.writeln(''+PCItem+' | '); document.writeln('||
| Size: | '); document.writeln(''+PCSize+' | '); document.writeln('||
| Price: | '); //document.writeln('$'+PCPrice+' | '); //document.write(''); //document.writeln(' | |
| Comments: | '); } else { document.writeln(''); } document.write(' | '); document.writeln(PCCom+' | '); document.writeln('|
| '); document.write(' | ');
document.writeln('');
document.writeln(' ');
document.writeln(' | ');
document.writeln('||