var cateitem=new makeArray(6);
function makeArray(n){this.length = n; for(var i = 1; i <= n; i++){this[i] = 0;} return this;   }
cateitem[2]="<a href=Marketplace.html>Marketplace</a>";
cateitem[3]="<a href=Auction.html>Auction</a>";
cateitem[4]="<a href=Shopping Cart.html>Shopping Cart</a>";
cateitem[5]="<a href=Classified Ads.html>Classified Ads</a>";
cateitem[6]="<a href=Purchasing Cycle.html>Purchasing Cycle</a>";
cateitem[1]="<center><img border=0 src=ts30.gif></center>";


var s_method=new makeArray(4);
s_method[1] = new S_Method("Select Method",0);
s_method[2] = new S_Method("USPS Air Mail",1.95);
s_method[3] = new S_Method("USPS Priority Mail",3.85);
s_method[4] = new S_Method("USPS Express Mail",18.95);
