// Other Venues Item Information //Define the arrays to be used var OVImgs=new Array(); var OVThumbs=new Array(); var OVDescs=new Array(); var OVItems=new Array(); var OVSizes=new Array(); var OVPrices=new Array(); var OVComs=new Array(); //Define each item in the array. // Template and array comments here // #: Desc // OVNo=n; // OVDescs[OVNo]=''; // OVImgs[OVNo]=''; // OVThumbs[OVNo]=''; // OVItems[OVNo]=''; // OVSizes[OVNo]=''; // OVPrices[OVNo]=0; // Comments - no double quotes allowed!! // OVComs[OVNo]=""; // 1: Colored Spider OVNo=1; OVDescs[OVNo]='Colored Spider'; OVImgs[OVNo]='Mvc-171f.jpg'; OVThumbs[OVNo]='Mvc-171f_small.jpg'; OVItems[OVNo]=''; OVSizes[OVNo]=''; OVPrices[OVNo]=0; OVComs[OVNo]="You have to know the story behind these spiders to fully appreciate them!!"; // 2: Clear Spider OVNo=2; OVDescs[OVNo]='Clear Spider'; OVImgs[OVNo]='Mvc-174f.jpg'; OVThumbs[OVNo]='Mvc-174f_small.jpg'; OVItems[OVNo]=''; OVSizes[OVNo]=''; OVPrices[OVNo]=0; OVComs[OVNo]="You have to know the story behind these spiders to fully appreciate them!!";