

var bikky = document.cookie;
var today = new Date();
var expireDate = new Date(today.getTime() +  24 * 60 * 60 * 1000); // plus 24 hours            
//var expireDate = new Date(today.getTime() +  2 * 60 * 1000); // plus 2 minutes            
var width=100;
var pos=1-width;



function convert(){
	MyWindow=window.open('convertgrand.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=380');		
	}
//****************************************
function messtop(){

//document.writeln('<h5>Order by midnight on December 20th and we\'ll get it there in time for Christmas .... (within UK)<\/h5>');

}


//****************************************
function convert1(entry){

entry=entry.toString();
if(entry.indexOf(".")==-1){
entry=entry+".00";
}else if(entry.length-entry.indexOf(".")==2){
entry=entry+"0";
}

	MyWindow=window.open('convertgrand1.htm?'+entry,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=380');		
	}


//****************************************
function buyAcc(newItem, newQuantity){
//newItem, newPrice, newTaxable, newWeight, newURL, newQuantity

		newPrice=0;
		newWeight=0;
		newURL="";

for(var i=1;i<=item_no;i++){
	if(newItem == item_name[i]){
		newPrice=item_price[i];
		newWeight=item_weight[i];
		newURL=item_URL[i];
//document.write(newItem+','+newPrice+', 0,'+newWeight+','+newURL+','+newQuantity);
	}
}

//document.write(newItem+','+newPrice+', 0,'+newWeight+','+newURL+','+newQuantity);
//document.write(thisURL+','+newItem+','+newPrice+', 0,'+newWeight+','+newURL+','+newQuantity);						
buyItem(newItem, newPrice, 0, newWeight, newURL, newQuantity);
}


//*******************************************************************

no_wrp_ban=12;
wrp_ban = new Array(no_wrp_ban);
wrp_ban[0]="Mexican Hammock Stand";
wrp_ban[1]="Family Swing Stand (white)";
wrp_ban[2]="Guyed Post Stand (single end)";
wrp_ban[3]="Guyed Post Stand (complete)";
wrp_ban[4]="Gothic Chimenea (Green)";
wrp_ban[5]="Gothic Chimenea (Brown)";
wrp_ban[6]="Rustic Chimenea (Green)";
wrp_ban[7]="Rustic Chimenea (Brown)";
wrp_ban[8]="Mariposa Hammock Stand";
wrp_ban[9]="Hammock Chair (natural cream)";
wrp_ban[10]="Mariposa Stand (sky silver)";
wrp_ban[11]="Mariposa Stand (fern green)";

//*******************************************************************
function buyItem(newItem, newPrice, newTaxable, newWeight, newURL, newQuantity) {

mariposamess='';
//if(newItem.indexOf('Mariposa') != -1){
//mariposamess='............................... Please Note: We are currently awaiting delivery of the new Mariposa Stand and expect to despatch orders by approx. June 10th. When checking out on the basket page please choose our "Normal Delivery" shipping method.';
//}

	if(newQuantity<=0) {
		rc = alert('The quantity entered is incorrect');
	} else if(newItem==""){
		rc = alert('Please make a selection');
	} else if(newItem.indexOf('Gothic Chimenea (Green)') != -1 || newItem.indexOf('Rustic Chimenea (Green)') != -1 || newItem.indexOf('Salsa') != -1 || newItem.indexOf('Small Spanish Rug - Ochres') != -1 || newItem.indexOf('Large Spanish Rug - White') != -1 || newItem.indexOf('Blue Pansy') != -1 || newItem.indexOf('Yellow Pansy') != -1 || newItem.indexOf('Citrus') != -1){
		rc = alert('!! Sorry but this item is out of stock !!');
	} else {


if(newItem.indexOf('Tile Selection') != -1){

//strip out /n in alert

var newItem1=newItem.replace(/\n/g,"");
var newItem2=newItem.replace(/\n/g,"<br>");

		if (confirm('Buy '+newQuantity+' x '+newItem1+' @ £'+newPrice+'?'+mariposamess)) {
			index=document.cookie.indexOf('ThePurchases');
			countbegin=(document.cookie.indexOf('=',index)+1);
			countend=document.cookie.indexOf(';',index);
			if(countend==-1) {
				countend=document.cookie.length;
			}
			document.cookie='ThePurchases='+document.cookie.substring(countbegin,countend)+'['+newItem2+'|'+newPrice+'|'+newTaxable+'|'+newWeight+'|'+newURL+'|'+newQuantity+']; expires=' + expireDate.toGMTString();
		}


}else{

		if (confirm('Buy '+newQuantity+' x '+newItem+' @ £'+newPrice+' each? '+mariposamess)) {
			index=document.cookie.indexOf('ThePurchases');
			countbegin=(document.cookie.indexOf('=',index)+1);
			countend=document.cookie.indexOf(';',index);
			if(countend==-1) {
				countend=document.cookie.length;
			}
			document.cookie='ThePurchases='+document.cookie.substring(countbegin,countend)+'['+newItem+'|'+newPrice+'|'+newTaxable+'|'+newWeight+'|'+newURL+'|'+newQuantity+']; expires=' + expireDate.toGMTString();
		}

}




// strip out Wrapping if banned item
				wrp_banned=0;
				for(var wrp_i=0;wrp_i<=no_wrp_ban;wrp_i++) {
					if(newItem == wrp_ban[wrp_i]){
						wrp_banned++;
					}
				}

		if(wrp_banned != 0 && document.cookie.indexOf('Gift Wrapping') != -1){
// remove wrapping & notify
			index = document.cookie.indexOf('ThePurchases');
			countbegin=(document.cookie.indexOf('=',index)+1);
			countend=document.cookie.indexOf(';',index);
			if (countend==-1) {
				countend=document.cookie.length;
			}
			fulllist=document.cookie.substring(countbegin,countend);
			newItemList=null;
			thisitem=0;
			for(var i=0; i<=fulllist.length;i++) {
				if(fulllist.substring(i,i+1)=='[') {
					itemstart=i+1;
				}else if (fulllist.substring(i,i+1)==']') {
					itemend=i;
					theitem = fulllist.substring(itemstart,itemend);
					if(theitem.indexOf('Gift Wrapping') ==-1){
						newItemList = newItemList+'['+fulllist.substring(itemstart,itemend)+']';
					}else{
						rc = alert('We\'ve removed your Gift Wrapping selection as we can\'t Gift Wrap this item.');
					}
				}
			}
			document.cookie='ThePurchases='+newItemList+'; expires=' + expireDate.toGMTString();
		}
        	}
   }
//****************************************
function changeSpaces(tstring) {
        nstring='';
        for (var i=0; i <= tstring.length; i++) {
            if (tstring.charAt(i)==' ') { nstring=nstring+'^';
            } else { nstring=nstring+tstring.charAt(i); }
        }
        return nstring;
    }
//****************************************
function removebr(tstring) {
        nstring='';
nstring=tstring.replace(/<br>/ig,"");
        return nstring;
    }
//****************************************
function getCookie(name) { // use: getCookie("name");
	var index = bikky.indexOf(name + "=");
	if (index == -1) return null;
	index = bikky.indexOf("=", index) + 1;
	var endstr = bikky.indexOf(";", index);
	if (endstr == -1) endstr = bikky.length;
	return unescape(bikky.substring(index, endstr));
}
//****************************************
function setCookie(name, value) {
    if (value != null && value != ""){
	document.cookie=name + "=" + escape(value) + ";expires=" + expireDate.toGMTString();
	bikky = document.cookie;
		}
	}
//****************************************
function protect() {
var message="This material is protected by International Copyright Legislation";
function mind(z) {
	if (document.all) {
		if (event.button == 2) {
		alert(message);
		return false;
		}
	} else {
		if (z.which == 3) {
		alert(message);
		return false;
		}
	}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=mind;
}

function emailvalidation(entered, alertbox)
{
with (entered)
{
apos=value.indexOf("@"); 
dotpos=value.lastIndexOf(".");
lastpos=value.length-1;
if (apos<1 || dotpos-apos<2 || lastpos-dotpos>3 || lastpos-dotpos<2) 
{if (alertbox) {alert(alertbox);} return false;}
else {return true;}
}
}
//****************************************
function webvalidation(entered, alertbox)
{
with (entered)
{
apos=value.indexOf("http://"); 
dotpos=value.lastIndexOf(".");
lastpos=value.length-1;
if (apos<0 || apos>0 || dotpos-apos<2 || lastpos-dotpos>3 || lastpos-dotpos<2) 
{if (alertbox) {alert(alertbox);} return false;}
else {return true;}
}
}
//****************************************
function ukvalidation(entered, alertbox)
{
with (entered)
{

if(value.indexOf('United Kingdom') == -1){
	if (alertbox) {
		alert(alertbox);
	}
	return false;
}else {
	return true;
}
}
}
//****************************************
function valuevalidation(entered, min, max, alertbox, datatype)
{
with (entered)
{
checkvalue=parseFloat(value);
if (datatype)
{smalldatatype=datatype.toLowerCase();
if (smalldatatype.charAt(0)=="i") {checkvalue=parseInt(value)};
}
if ((parseFloat(min)==min && checkvalue<min) || (parseFloat(max)==max && checkvalue>max) || value!=checkvalue)
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
//****************************************
function digitvalidation(entered, min, max, alertbox, datatype)
{
with (entered)
{
checkvalue=parseFloat(value);
if (datatype)
{smalldatatype=datatype.toLowerCase();
if (smalldatatype.charAt(0)=="i") 
{checkvalue=parseInt(value); if (value.indexOf(".")!=-1) {checkvalue=checkvalue+1}};
}
if ((parseFloat(min)==min && value.length<min) || (parseFloat(max)==max && value.length>max) || value!=checkvalue)
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
//****************************************
function emptyvalidation(entered, alertbox)
{
with (entered)
{
if (value==null || value=="")
{if (alertbox!="") {alert(alertbox);} return false;}
else {return true;}
}
}
//****************************************
var item_no=140;
var item_name = new Array();
var item_weight = new Array();
var item_price = new Array();
var item_URL = new Array();
item_name[1]="Chacmool Cotton Hammock (multicoloured)";
item_name[2]="Chacmool Cotton Hammock (light/dk green)";
item_name[3]="Chacmool Cotton Hammock (light/dk blue)";
item_name[4]="Chacmool Cotton Hammock (blues/greens)";
item_name[5]="Chacmool Cotton Hammock (red/yellow/orange)";
item_name[6]="Chacmool Cotton Hammock (natural cream)";
item_name[7]="";
item_name[8]="";
item_name[9]="";
item_name[10]="";
item_name[11]="";
item_name[12]="Chacmool Nylon Hammock (midnight blue)";
item_name[13]="Chacmool Nylon Hammock (bottle green)";
item_name[14]="Chacmool Nylon Hammock (blues/greens)";
item_name[15]="Chacmool Nylon Hammock (reds/yellows)";
item_name[16]="Chacmool Nylon Hammock (cafe/cream)";
item_name[17]="";
item_name[18]="";
item_name[19]="";
item_name[20]="";
item_name[21]="";
item_name[22]="Cozaana Cotton Hammock (multicoloured)";
item_name[23]="Cozaana Cotton Hammock (natural cream)";
item_name[24]="";
item_name[25]="";
item_name[26]="";
item_name[27]="";
item_name[28]="Cozaana Nylon Hammock (midnight blue)";
item_name[29]="Cozaana Nylon Hammock (cobalt blue)";
item_name[30]="Cozaana Nylon Hammock (metallic blue)";
item_name[31]="Cozaana Nylon Hammock (forest green)";
item_name[32]="Cozaana Nylon Hammock (bottle green)";
item_name[33]="Cozaana Nylon Hammock (blues/greens)";
item_name[34]="";
item_name[35]="";
item_name[36]="";
item_name[37]="";
item_name[38]="";
item_name[39]="Caribe Hammock (natural cream)";
item_name[40]="";
item_name[41]="Hammock Chair (natural - cotton)";
item_name[42]="";
item_name[43]="Mariposa Stand (fern green)";
item_name[44]="Mariposa Stand (sky silver)";
item_name[45]="";
item_name[46]="Family Swing Stand (white)";
item_name[47]="";
item_name[48]="Guyed Post Stand (complete)";
item_name[49]="Guyed Post Stand (single end)";
item_name[50]="";
item_name[51]="Wall Fixing Kit";
item_name[52]="Joist Fixing Kit";
item_name[53]="Mixed Fixing Kit";
item_name[54]="Quick Release Kit";
item_name[55]="Meters Of Treated Sisal Rope";
item_name[56]="Meters Of Polyhemp Rope";
item_name[57]="";
item_name[58]="Gothic Chimenea (Green)";
item_name[59]="Gothic Chimenea (Brown)";
item_name[60]="Rustic Chimenea (Green)";
item_name[61]="Rustic Chimenea (Brown)";
item_name[62]="";
item_name[63]="";
item_name[64]="Blue Star Mirror";
item_name[65]="Blue Pansy Mirror";
item_name[66]="Green Pansy Mirror";
item_name[67]="Yellow Pansy Mirror";
item_name[68]="";
item_name[69]="";
item_name[70]="";
item_name[71]="Tile Pack 1-20";
item_name[72]="Tile Pack 2-20";
item_name[73]="Tile Pack 3-20";
item_name[74]="Tile Pack 4-20";
item_name[75]="";
item_name[76]="";
item_name[77]="Tile Pack 1-12";
item_name[78]="Tile Pack 2-12";
item_name[79]="Tile Pack 3-12";
item_name[80]="Tile Pack 4-12";
item_name[81]="";
item_name[82]="";
item_name[83]="";
item_name[84]="Mexican Citrus Juicer";
item_name[85]="";
item_name[86]="Rainbow Saltillo Blanket";
item_name[87]="Red Saltillo Blanket";
item_name[88]="Black Saltillo Blanket";
item_name[89]="Gold Saltillo Blanket";
item_name[90]="Royal Saltillo Blanket";
item_name[91]="Aqua Saltillo Blanket";
item_name[92]="Croc Saltillo Blanket";
item_name[93]="";
item_name[94]="";
item_name[95]="";
item_name[96]="";
item_name[97]="Grand Diamond Rug - Chocolate";
item_name[98]="Grand Diamond Rug - Grey";
item_name[99]="Paloma Rug - Chocolate";
item_name[100]="Paloma Rug - Grey";
item_name[101]="Pajaro Rug - Chocolate";
item_name[102]="";
item_name[103]="";
item_name[104]="";
item_name[105]="Large Spanish Rug - White";
item_name[106]="Large Spanish Rug - Ochres";
item_name[107]="";
item_name[108]="";
item_name[109]="Small Spanish Rug - White";
item_name[110]="Small Spanish Rug - Ochres";
item_name[111]="";
item_name[112]="";
item_name[113]="Archer (black/coffee)";
item_name[114]="";
item_name[115]="Nude (black)";
item_name[116]="";
item_name[117]="Mexican Poncho (Blue)";
item_name[118]="Mexican Poncho (Red)";
item_name[119]="Mexican Poncho (Green)";
item_name[120]="Mexican Poncho (Gold)";
item_name[121]="Wobblies - pack of 5";
item_name[122]="Wobblies - pack of 10";
item_name[123]="";
item_name[124]="";
item_name[125]="Pack of 5 contemporary cards";
item_name[126]="Pack of 10 contemporary cards";
item_name[127]="Pack of 20 contemporary cards";
item_name[128]="";
item_name[129]="";
item_name[130]="Pack of 5 revolutionary cards";
item_name[131]="Pack of 10 revolutionary cards";
item_name[132]="Pack of 20 revolutionary cards";
item_name[133]="";
item_name[134]="";
item_name[135]="";
item_name[136]="";
item_name[137]="Tin Decorations - pack of 5";
item_name[138]="Tin Decorations - pack of 10";
item_name[139]="Tin Decorations - pack of 20";
item_name[140]="";
item_URL[1]="hammocks.htm#chacmool-hammock";
item_URL[2]="hammocks.htm#chacmool-hammock";
item_URL[3]="hammocks.htm#chacmool-hammock";
item_URL[4]="hammocks.htm#chacmool-hammock";
item_URL[5]="hammocks.htm#chacmool-hammock";
item_URL[6]="hammocks.htm#chacmool-hammock";
item_URL[7]="";
item_URL[8]="";
item_URL[9]="";
item_URL[10]="";
item_URL[11]="";
item_URL[12]="hammocks.htm#chacmool-hammock";
item_URL[13]="hammocks.htm#chacmool-hammock";
item_URL[14]="hammocks.htm#chacmool-hammock";
item_URL[15]="hammocks.htm#chacmool-hammock";
item_URL[16]="hammocks.htm#chacmool-hammock";
item_URL[17]="";
item_URL[18]="";
item_URL[19]="";
item_URL[20]="";
item_URL[21]="";
item_URL[22]="hammocks.htm#cozaana-hammock";
item_URL[23]="hammocks.htm#cozaana-hammock";
item_URL[24]="";
item_URL[25]="";
item_URL[26]="";
item_URL[27]="";
item_URL[28]="hammocks.htm#cozaana-hammock";
item_URL[29]="hammocks.htm#cozaana-hammock";
item_URL[30]="hammocks.htm#cozaana-hammock";
item_URL[31]="hammocks.htm#cozaana-hammock";
item_URL[32]="hammocks.htm#cozaana-hammock";
item_URL[33]="hammocks.htm#cozaana-hammock";
item_URL[34]="";
item_URL[35]="";
item_URL[36]="";
item_URL[37]="";
item_URL[38]="";
item_URL[39]="hammocks.htm#caribe-hammock";
item_URL[40]="";
item_URL[41]="hammock-chairs.htm#hammock-chair";
item_URL[42]="";
item_URL[43]="hammock-stands.htm#mariposa";
item_URL[44]="hammock-stands.htm#mariposa";
item_URL[45]="";
item_URL[46]="hammock-stands.htm#family-swing";
item_URL[47]="";
item_URL[48]="hammock-stands.htm#guyed-post";
item_URL[49]="hammock-stands.htm#guyed-post";
item_URL[50]="";
item_URL[51]="hammock-stands.htm#wall-kit";
item_URL[52]="hammock-stands.htm#joist-kit";
item_URL[53]="hammock-stands.htm#mixed-kit";
item_URL[54]="hammock-stands.htm#quick-release-kit";
item_URL[55]="hammock-stands.htm#sisal";
item_URL[56]="hammock-stands.htm#polyhemp";
item_URL[57]="";
item_URL[58]="mexican-chimeneas.htm#chimeneas";
item_URL[59]="mexican-chimeneas.htm#chimeneas";
item_URL[60]="mexican-chimeneas.htm#chimeneas";
item_URL[61]="mexican-chimeneas.htm#chimeneas";
item_URL[62]="";
item_URL[63]="";
item_URL[64]="mexican-mirrors.htm#mirrors";
item_URL[65]="mexican-mirrors.htm#mirrors";
item_URL[66]="mexican-mirrors.htm#mirrors";
item_URL[67]="mexican-mirrors.htm#mirrors";
item_URL[68]="";
item_URL[69]="";
item_URL[70]="";
item_URL[71]="mexican-tiles.htm#tiles";
item_URL[72]="mexican-tiles.htm#tiles";
item_URL[73]="mexican-tiles.htm#tiles";
item_URL[74]="mexican-tiles.htm#tiles";
item_URL[75]="";
item_URL[76]="";
item_URL[77]="mexican-tiles.htm#tiles";
item_URL[78]="mexican-tiles.htm#tiles";
item_URL[79]="mexican-tiles.htm#tiles";
item_URL[80]="mexican-tiles.htm#tiles";
item_URL[81]="";
item_URL[82]="";
item_URL[83]="";
item_URL[84]="mexican-citrus-juicers.htm#juicer";
item_URL[85]="";
item_URL[86]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[87]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[88]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[89]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[90]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[91]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[92]="mexican-rugs-blankets.htm#saltillo-blankets";
item_URL[93]="";
item_URL[94]="";
item_URL[95]="";
item_URL[96]="";
item_URL[97]="mexican-rugs-blankets.htm#mexican-rugs";
item_URL[98]="mexican-rugs-blankets.htm#mexican-rugs";
item_URL[99]="mexican-rugs-blankets.htm#mexican-rugs";
item_URL[100]="mexican-rugs-blankets.htm#mexican-rugs";
item_URL[101]="mexican-rugs-blankets.htm#mexican-rugs";
item_URL[102]="";
item_URL[103]="";
item_URL[104]="";
item_URL[105]="mexican-rugs-blankets.htm#spanish-rugs";
item_URL[106]="mexican-rugs-blankets.htm#spanish-rugs";
item_URL[107]="";
item_URL[108]="";
item_URL[109]="mexican-rugs-blankets.htm#spanish-rugs";
item_URL[110]="mexican-rugs-blankets.htm#spanish-rugs";
item_URL[111]="";
item_URL[112]="";
item_URL[113]="mexican-pottery.htm#figures";
item_URL[114]="";
item_URL[115]="mexican-pottery.htm#figures";
item_URL[116]="";
item_URL[117]="mexican-ponchos.htm#ponchos";
item_URL[118]="mexican-ponchos.htm#ponchos";
item_URL[119]="mexican-ponchos.htm#ponchos";
item_URL[120]="mexican-ponchos.htm#ponchos";
item_URL[121]="mexican-wobblies.htm#wobblies";
item_URL[122]="mexican-wobblies.htm#wobblies";
item_URL[123]="";
item_URL[124]="";
item_URL[125]="mexican-greetcards.htm#contemporary";
item_URL[126]="mexican-greetcards.htm#contemporary";
item_URL[127]="mexican-greetcards.htm#contemporary";
item_URL[128]="";
item_URL[129]="";
item_URL[130]="mexican-greetcards.htm#revolutionary";
item_URL[131]="mexican-greetcards.htm#revolutionary";
item_URL[132]="mexican-greetcards.htm#revolutionary";
item_URL[133]="";
item_URL[134]="";
item_URL[135]="";
item_URL[136]="";
item_URL[137]="xmas-decs.htm#decs";
item_URL[138]="xmas-decs.htm#decs";
item_URL[139]="xmas-decs.htm#decs";
item_URL[140]="";
item_price[1]="76.95";
item_price[2]="76.95";
item_price[3]="76.95";
item_price[4]="76.95";
item_price[5]="76.95";
item_price[6]="76.95";
item_price[7]="";
item_price[8]="";
item_price[9]="";
item_price[10]="";
item_price[11]="";
item_price[12]="76.95";
item_price[13]="76.95";
item_price[14]="76.95";
item_price[15]="76.95";
item_price[16]="76.95";
item_price[17]="";
item_price[18]="";
item_price[19]="";
item_price[20]="";
item_price[21]="";
item_price[22]="63.95";
item_price[23]="63.95";
item_price[24]="";
item_price[25]="";
item_price[26]="";
item_price[27]="";
item_price[28]="63.95";
item_price[29]="63.95";
item_price[30]="63.95";
item_price[31]="63.95";
item_price[32]="63.95";
item_price[33]="63.95";
item_price[34]="";
item_price[35]="";
item_price[36]="";
item_price[37]="";
item_price[38]="";
item_price[39]="67.95";
item_price[40]="";
item_price[41]="49.95";
item_price[42]="";
item_price[43]="159.95";
item_price[44]="159.95";
item_price[45]="";
item_price[46]="149.95";
item_price[47]="";
item_price[48]="107.95";
item_price[49]="62.95";
item_price[50]="";
item_price[51]="12.00";
item_price[52]="10.00";
item_price[53]="11.00";
item_price[54]="15.00";
item_price[55]="1.00";
item_price[56]="1.00";
item_price[57]="";
item_price[58]="179.95";
item_price[59]="179.95";
item_price[60]="179.95";
item_price[61]="179.95";
item_price[62]="";
item_price[63]="";
item_price[64]="24.95";
item_price[65]="24.95";
item_price[66]="24.95";
item_price[67]="24.95";
item_price[68]="";
item_price[69]="";
item_price[70]="";
item_price[71]="17.00";
item_price[72]="17.00";
item_price[73]="17.00";
item_price[74]="17.00";
item_price[75]="";
item_price[76]="";
item_price[77]="10.20";
item_price[78]="10.20";
item_price[79]="10.20";
item_price[80]="10.20";
item_price[81]="";
item_price[82]="";
item_price[83]="";
item_price[84]="29.95";
item_price[85]="";
item_price[86]="24.95";
item_price[87]="24.95";
item_price[88]="24.95";
item_price[89]="24.95";
item_price[90]="24.95";
item_price[91]="24.95";
item_price[92]="24.95";
item_price[93]="";
item_price[94]="";
item_price[95]="";
item_price[96]="";
item_price[97]="34.00";
item_price[98]="34.00";
item_price[99]="34.00";
item_price[100]="34.00";
item_price[101]="34.00";
item_price[102]="";
item_price[103]="";
item_price[104]="";
item_price[105]="45.00";
item_price[106]="45.00";
item_price[107]="";
item_price[108]="";
item_price[109]="16.00";
item_price[110]="16.00";
item_price[111]="";
item_price[112]="";
item_price[113]="34.95";
item_price[114]="";
item_price[115]="34.95";
item_price[116]="";
item_price[117]="24.95";
item_price[118]="24.95";
item_price[119]="24.95";
item_price[120]="24.95";
item_price[121]="8.00";
item_price[122]="15.00";
item_price[123]="";
item_price[124]="";
item_price[125]="5.50";
item_price[126]="9.00";
item_price[127]="16.50";
item_price[128]="";
item_price[129]="";
item_price[130]="5.50";
item_price[131]="9.00";
item_price[132]="16.50";
item_price[133]="";
item_price[134]="";
item_price[135]="";
item_price[136]="";
item_price[137]="8.95";
item_price[138]="15.95";
item_price[139]="27.95";
item_price[140]="";
item_weight[1]="1800";
item_weight[2]="1800";
item_weight[3]="1800";
item_weight[4]="1800";
item_weight[5]="1800";
item_weight[6]="1800";
item_weight[7]="";
item_weight[8]="";
item_weight[9]="";
item_weight[10]="";
item_weight[11]="";
item_weight[12]="1800";
item_weight[13]="1800";
item_weight[14]="1800";
item_weight[15]="1800";
item_weight[16]="1800";
item_weight[17]="";
item_weight[18]="";
item_weight[19]="";
item_weight[20]="";
item_weight[21]="";
item_weight[22]="1500";
item_weight[23]="1500";
item_weight[24]="";
item_weight[25]="";
item_weight[26]="";
item_weight[27]="";
item_weight[28]="1500";
item_weight[29]="1500";
item_weight[30]="1500";
item_weight[31]="1500";
item_weight[32]="1500";
item_weight[33]="1500";
item_weight[34]="";
item_weight[35]="";
item_weight[36]="";
item_weight[37]="";
item_weight[38]="";
item_weight[39]="2800";
item_weight[40]="";
item_weight[41]="2100";
item_weight[42]="";
item_weight[43]="34000";
item_weight[44]="34000";
item_weight[45]="";
item_weight[46]="24000";
item_weight[47]="";
item_weight[48]="23500";
item_weight[49]="12500";
item_weight[50]="";
item_weight[51]="900";
item_weight[52]="800";
item_weight[53]="850";
item_weight[54]="1000";
item_weight[55]="100";
item_weight[56]="100";
item_weight[57]="";
item_weight[58]="65000";
item_weight[59]="65000";
item_weight[60]="65000";
item_weight[61]="65000";
item_weight[62]="";
item_weight[63]="";
item_weight[64]="1900";
item_weight[65]="1900";
item_weight[66]="1900";
item_weight[67]="1900";
item_weight[68]="";
item_weight[69]="";
item_weight[70]="";
item_weight[71]="3400";
item_weight[72]="3400";
item_weight[73]="3400";
item_weight[74]="3400";
item_weight[75]="";
item_weight[76]="";
item_weight[77]="2300";
item_weight[78]="2300";
item_weight[79]="2300";
item_weight[80]="2300";
item_weight[81]="";
item_weight[82]="";
item_weight[83]="";
item_weight[84]="3400";
item_weight[85]="";
item_weight[86]="1600";
item_weight[87]="1600";
item_weight[88]="1600";
item_weight[89]="1600";
item_weight[90]="1600";
item_weight[91]="1600";
item_weight[92]="1600";
item_weight[93]="";
item_weight[94]="";
item_weight[95]="";
item_weight[96]="";
item_weight[97]="2200";
item_weight[98]="2200";
item_weight[99]="2200";
item_weight[100]="2200";
item_weight[101]="2200";
item_weight[102]="";
item_weight[103]="";
item_weight[104]="";
item_weight[105]="5200";
item_weight[106]="5200";
item_weight[107]="";
item_weight[108]="";
item_weight[109]="2200";
item_weight[110]="2200";
item_weight[111]="";
item_weight[112]="";
item_weight[113]="4700";
item_weight[114]="";
item_weight[115]="4700";
item_weight[116]="";
item_weight[117]="1300";
item_weight[118]="1300";
item_weight[119]="1300";
item_weight[120]="1300";
item_weight[121]="150";
item_weight[122]="300";
item_weight[123]="";
item_weight[124]="";
item_weight[125]="75";
item_weight[126]="150";
item_weight[127]="300";
item_weight[128]="";
item_weight[129]="";
item_weight[130]="75";
item_weight[131]="150";
item_weight[132]="300";
item_weight[133]="";
item_weight[134]="";
item_weight[135]="";
item_weight[136]="";
item_weight[137]="250";
item_weight[138]="500";
item_weight[139]="1000";
item_weight[140]="";

