﻿var shopconst=new Array();
shopconst[0]="";
shopconst[1]="￥";
shopconst[2]="元";
shopconst[3]="buyCart2.gif";
shopconst[4]="shopcart.asp";

var cart=new Array("产品ID","货品名称","数量","单价","合计","删除","<img src='"+webpath+"fun/shop/del.gif' />","购物车为空","总计：","规格型号");

var shoptext=new Array();
shoptext[0]="<u>此商品已经在购物车中！</u>";
shoptext[1]="<b>成功加入购物车！</b>";
shoptext[2]="<b>成功将商品从购物车清除！</b>";
shoptext[3]="<u>此商品不在购物车中！</u>";
shoptext[4]="确定从购物车中删除此商品？";
shoptext[5]="确定清空购物车？";
shoptext[6]="清空购物车";
shoptext[7]="我的购物车";
shoptext[8]="点击折叠";
shoptext[9]="点击展开";
shoptext[10]="上翻";
shoptext[11]="下翻";
shoptext[12]="[结算]";
shoptext[13]="[清空]";
shoptext[14]="<a href='javascript:shop.clear();'><img src='"+webpath+"fun/shop/clear.gif' /></a><a href='index.asp'><img src='"+webpath+"fun/shop/cont.gif' /></a><a onclick='showorder()'><img src='"+webpath+"fun/shop/pay.gif' /></a>";
