var ShSettings=new function() {
  var o=DOMhelp.createElement;

  this.wishURL = function(id) {
    return null;
  };
  this.cartURL = function(id) {
    var url='http://order.store.yahoo.net/cgi-bin/wg-order?vwcatalog=yhst-25234125119220';
    if (id)
      url+='&vwitem='+id;
    return url;
  };
  this.productURL = function(id) {
    return 'http://computerscrapbook.com/'+id+'.html'
  };

  this.lbItemHeight = 200;
  this.lbItemWidth = 200;
  this.lbItemPadding = 15;
  this.lbRowCount = 6;
};
