//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.write(''+PCDesc+''); document.writeln(''); } function ShowPg(PCNo) { var PCThumb=PCThumbs[PCNo]; var PCImg=PCImgs[PCNo]; var PCDesc=PCDescs[PCNo]; var PCItem=PCItems[PCNo]; var PCPrice=PCPrices[PCNo]; var PCSize=PCSizes[PCNo]; var PCCom=PCComs[PCNo]; document.writeln(''); document.writeln(""); document.writeln(''); document.writeln(''); document.write(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); //document.writeln(''); //document.writeln(''); //document.writeln(''); //document.write(''); //document.writeln(''); document.writeln(''); if(PCCom) { document.writeln(''); } else { document.writeln(''); } document.write(''); document.writeln(''); document.writeln(''); document.writeln(''); document.write(''); document.writeln(''); document.writeln('
'); document.writeln(""); document.writeln('Desc:'+PCDesc+'
Item No:'+PCItem+'
Size:'+PCSize+'
Price:$'+PCPrice+'
Comments: '); document.writeln(PCCom+'
'); document.writeln(''); document.writeln(''); document.writeln('
'); }