//Other Venues Scripts function ShowCell(OVNo) { var OVThumb=OVThumbs[OVNo]; var OVImg=OVImgs[OVNo]; var OVDesc=OVDescs[OVNo]; var OVItem=OVItems[OVNo]; var OVPrice=OVPrices[OVNo]; document.write(''); document.writeln(''); document.write(''+OVDesc+''); document.writeln(''); } function ShowPg(OVNo) { var OVThumb=OVThumbs[OVNo]; var OVImg=OVImgs[OVNo]; var OVDesc=OVDescs[OVNo]; var OVItem=OVItems[OVNo]; var OVPrice=OVPrices[OVNo]; var OVSize=OVSizes[OVNo]; var OVCom=OVComs[OVNo]; 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(OVCom) { document.writeln(''); } else { document.writeln(''); } document.write(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
'); document.writeln(""); document.writeln('Desc:'+OVDesc+'
Item No:'+OVItem+'
Size:'+OVSize+'
Price:$'+OVPrice+'
Comments: '); document.writeln(OVCom+'
'); document.writeln(''); document.writeln(''); document.writeln('
'); }