var NumTapes=16; // still used in gorder.htm - must redo that // for directory/htm name // minxinfo.asp - copy to minx.jss on changes ItemType_Array = new Array( // add new types to end of list - for discounted tapes as well "4_10_5_7", // Type 0 = Special case - Handling Fee "4_10_5_7", // Type 1 = Special case - Bank Charges "0_40_20_28/1_50_25_35", // Type 2 = VHS only - in PAL(0) at $35/£20/e30 and NTSC(1) at $45/£25/e40 "0_40_20_28/1_50_25_35/2_40_20_28/3_50_25_35", // Type 3 = VHS+DVD-PAL - as above + DVD-P(2) at $35/£20/e30 and DVD-N(3) at $45/£25/e40 "4_40_20_28", // Type 4 = NONE(4) only - for Photopacks "0_40_20_28/1_40_20_28", // Type 5 = VHS only - in PAL(0) and NTSC(1) both at $35/£22/e30 "0_40_20_28/1_40_20_28/2_40_20_28/3_40_20_28", // Type 6 = VHS+DVD-PAL - as above + DVD-P(2) & DVD-N(3) at $35/£20/e30 as well "4_10_5_7", // Type 7 = NONE(4) + Free(5) only - for Small Photopacks Offer "0_0_0_0"); // dummy - unused ItemsDataBase=new Array( // ***** remember to copy to minx.jss ***** // 0-CODE(NF) 1-ABRV 2-FULL 3-PAGE 4-TYPE 5-OPTS (1=new, 2=free offer) new Array("M1", "5GWA", "Five Go Wet in the Algarve", "5gwa/5gwa.htm", 6, 0), new Array("M2", "AFW", "Absolutely Fabulously Wet", "afw/afw.htm", 6, 0), // DVD released 19/11/04 new Array("M3", "LW", "Louise`s Waterworld", "lw/lw.htm", 6, 0), // DVD released 13/1/05 new Array("M4", "AWDP", "Another Wet Day in Paradise", "awdp/awdp.htm", 6, 0), // DVD released 17/3/05 new Array("M5", "JVWA", "Jo and Vicky`s Wet Adventure", "jvwa/jvwa.htm", 5, 0),// minx.jss !!! new Array("M6", "WE", "Wet Encounters", "we/we.htm", 5, 0), new Array("M7", "GHW", "Getting Her Wet", "ghw/ghw.htm", 5, 0), new Array("M8", "MOW", "Mask Of Wetness", "mow/mow.htm", 6, 0), // DVD released 26/5/08 new Array("M9", "MBWD", "My Beautiful Wet Dress", "mbwd/mbwd.htm", 6, 0), // DVD released 11/5/08 new Array("M10", "SD", "Splash Dance", "sd/sd.htm", 6, 0), // DVD released 13/2/08 new Array("M11", "WGHW", "Wet Girls in Hot Water", "wghw/wghw.htm", 6, 0), // DVD released 22/1/07 new Array("M12", "DIW", "Dressed In Wet", "diw/diw.htm", 6, 0), // DVD released 13/4/06 new Array("M13", "ISOW", "In Search Of Wetness", "isow/isow.htm", 6, 0), // DVD released 26/2/06 new Array("M14", "GWWM", "Get Wet With Me", "gwwm/gwwm.htm", 6, 0), // DVD released 10/1/06 new Array("M15", "WMN", "Wet Me Now", "wmn/wmn.htm", 6, 0), // DVD released 4/11/05 new Array("M16", "WAR", "Wet And Ready", "war/war.htm", 6, 0), // DVD released 13/5/05 new Array("M17", "WAO", "Wet All Over", "wao/wao.htm", 6, 0), // DVD 'released' 8/9/05 new Array("M18", "MWP", "My Wet Places", "mwp/mwp.htm", 6, 1), // DVD 'released' ??/06/06 new Array("P50", "PX50", "Pack of 50 Photos", "photos.htm", 4, 0), new Array("P5", "PX5", "Pack of 5 Photos", "photos.htm", 7, 2) // (free with 2 or more videos) ); // end of minxinfo.asp - copy to minx.jss on changes var ItemCodeExtras=51; // first code for extras (51) - leaves room for up to M50 as tape numbers var NumExtras=1; // Photos/CDs etc var UseCart=1; // may be cleared by ASP var ThisItem=""; // used to pass pages Item from InsertCart() to OtherTapes() var OnlyEuro=0; // may be set by ASP var h3open=0; // flag for

left open FormatExtension_Array=new Array("-P","-N","-D","-E",""); // added to CODE // old add buttons FormatAddImage=new Array("vhs-pal-add-s.gif","vhs-ntsc-add-s.gif","dvd-pal-add-s.gif","dvd-ntsc-add-s.gif",""); FormatAddText=new Array("Add VHS-PAL to Order","Add VHS-NTSC to Order","Add DVD-PAL to Order","Add DVD-NTSC to Order"); FormatAddImageY=new Array(105,121,126,143); // new add buttons OrderAddText= new Array("VHS PAL","VHS NTSC","DVD PAL","DVD NTSC"); OrderAddTitle= new Array("VHS-PAL","VHS-NTSC","DVD-PAL","DVD-NTSC"); function Item2Index(Item) { for (var i=0;i"; } function FullItemName(ItemIndex,Extras,Link) { var item_name=ItemsDataBase[ItemIndex][0]; // short code ref if (Extras==1) { // full name ref item_name+="-"+ItemsDataBase[ItemIndex][2]; // add full name } if (Link) item_name=ItemPageRef(ItemIndex)+item_name+""; return ""+item_name+""; } function GetItemFormats(Item) { // Item is M1 etc var ItemIndex=Item2Index(Item); var ItemTypeIndex=ItemsDataBase[ItemIndex][4]; var Formats=""; var ItemType=ItemType_Array[ItemTypeIndex].split('/'); // split to PAL/NTSC//DVD-P/DVD-N/NONE bits for (var type=0;type\n"); for (i=0;iVHS PAL if (i==0) BodyWrite("Add"); var format=Math.abs(Formats.substring(i, i+1)); BodyWrite(""); BodyWrite(""+FormatAddText[format]+""); } BodyWrite("
View Cart/Pay Now"); ThisItem=Item; // note for use with OtherTapes(); h3open=1; } function OtherTapes(size) { BodyWrite("*** Special offer - 5 Free Photos with 2 or more videos - Click for Details ***
\n"); //BodyWrite("Credit Card Prices temporarily reduced by $5 per tape!
"); if (size) size=1; else size=3; if (!h3open) BodyWrite("

"); BodyWrite("Other Info: "); for (var i=0;i0) BodyWrite(" / "); BodyWrite(FullItemName(i,size,ItemsDataBase[i][0]!=ThisItem)); } BodyWrite("

"); } var NavString; function NavButton (href,width,title,text,bar,use_em) { //width=""; aa=href!=""?(""):""; NavString+="\n"; } function InsertNewCart(Item) { // Item= 1-16++ for videos 51+ for others var width=30; // L+R NavString="
\n"; if (eval(Item)<50) { Item="M"+Item; } else { Item="P1"; } var Formats=GetItemFormats(Item); var text="Add "+Item+" to Order:"; width+=NavButton ('',120,text,text,'a',0) for (i=0;i