  var ary_attrs = [
[949.99,1,1,1,2,3,0,2,1,12,500,4096,'images/amd_sm.jpg','HP TouchSmart TX2-1270US (NV174UA#ABA) AMD Turion X2 Dual-Core RM-75 4096MB RAM 500GB HD Windows Vista Home Premium 64-bit','http://clickserve.cc-dt.com/link/ddiprod?lid=41000000026657493&pid=21914877&mid=amd_wheretobuy','1249325',25948],
[649.99,1,1,1,0,2,0,1,0,12,250,2048,'http://amdimg.mezimedia.com/product/75x75/27653068/HP-Pavilion-Dv2-1110us-(NV214UA#ABA-)-AMD-Athlon-Neo-MV-40-2048MB-RAM-250GB-HD-Windows-Vista-Home-Premium.jpg ','HP Pavilion Dv2-1110us (NV214UA#ABA ) AMD Athlon Neo MV-40 2048MB RAM 250GB HD Windows Vista Home Premium','http://clickserve.cc-dt.com/link/ddiprod?lid=41000000026657493&pid=21914859&mid=amd_wheretobuy','1254481',25948],
[549.99,1,0,0,1,1,1,0,1,0,500,3072,'http://amdimg.mezimedia.com/product/75x75/27883648/HP-Compaq-Presario-(CQ5112F-B)-Athlon-X2-Dual-Core-4450e-3072MB-RAM-500GB-HD-Windows-Vista-Home-Premium-64-bit-+-20in-LCD-Monitor.jpg ','HP Compaq Presario (CQ5112F-B) Athlon X2 Dual-Core 4450e 3072MB RAM 500GB HD Windows Vista Home Premium 64-bit + 20in LCD Monitor','http://clickserve.cc-dt.com/link/ddiprod?lid=41000000026657493&pid=21913850&mid=amd_wheretobuy','30000010',25948],
[449.99,0,0,0,1,0,0,2,0,0,250,2048,'http://amdimg.mezimedia.com/product/75x75/27875263/Averatec-D1133AH1E-1-Athlon-X2-Dual-Core-3250e-2048MB-RAM-250GB-HD-Windows-Vista-Home-Premium-+-18.4in-LCD-Monitor.jpg ','Averatec D1133AH1E-1 Athlon X2 Dual-Core 3250e 2048MB RAM 250GB HD Windows Vista Home Premium + 18.4in LCD Monitor','http://clickserve.cc-dt.com/link/ddiprod?lid=41000000026657493&pid=21907457&mid=amd_wheretobuy','31671880',25948]
  ];

  var ary_cats = [
  { 'name':'Price',
    'cmp':'range',
    'active':false,
    'bot':449.99,
    'top':949.99,
    'pass_top':1000000,
    'pass_bot':0
  },
  { 'name'    : 'Manufacturer',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'Averatec','status':true },
      { 'name':'HP','status':true }
    ]
  },
  { 'name'    : 'System Type',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'Desktop','status':true },
      { 'name':'Notebook','status':true }
    ]
  },
  { 'name'    : 'Form Factor',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'Unknown','status':true },
      { 'name':'Notebook','status':true }
    ]
  },
  { 'name'    : 'Processor',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'AMD Athlon&#153; Neo Processor for Ultrathin Notebooks','status':true },
      { 'name':'AMD Athlon&#153; X2','status':true },
      { 'name':'AMD Turion&#153; 64 X2 Dual-Core Mobile Technology','status':true }
    ]
  },
  { 'name'    : 'Processor Model',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'3250e','status':true },
      { 'name':'4450E','status':true },
      { 'name':'MV-40','status':true },
      { 'name':'RM-75','status':true }
    ]
  },
  { 'name'    : 'Graphics Card Manufacturer',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'ATI','status':true },
      { 'name':'NVIDIA','status':true }
    ]
  },
  { 'name'    : 'Graphics Card',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'GeForce 6150 SE','status':true },
      { 'name':'Mobility Radeon HD 3410','status':true },
      { 'name':'Radeon HD 3200','status':true }
    ]
  },
  { 'name'    : 'Operating System',
    'cmp'     : 'eq',
    'options' : [
      { 'name':'Windows Vista Home Premium','status':true },
      { 'name':'Windows Vista Home Premium 64-bit','status':true }
    ]
  },
  { 'name'    : 'Display Size',
    'cmp'     : 'ge',
    'opt_unit': '"',
    'options' : [
      { 'name':'Any','value':0,'status':true },
      { 'name':'At least 12"','value':12,'status':true }
    ]
  },
  { 'name'    : 'Hard Drive',
    'cmp'     : 'ge',
    'opt_unit': 'GB',
    'options' : [
      { 'name':'At least 200GB','value':200,'status':true },
      { 'name':'At least 300GB','value':300,'status':true },
      { 'name':'At least 400GB','value':400,'status':true },
      { 'name':'At least 500GB','value':500,'status':true }
    ]
  },
  { 'name'    : 'Internal Memory',
    'cmp'     : 'ge',
    'opt_unit': 'MB',
    'options' : [
      { 'name':'At least 1024MB','value':1024,'status':true },
      { 'name':'At least 2048MB','value':2048,'status':true },
      { 'name':'At least 4096MB','value':4096,'status':true }
    ]
  }
  ];
  var divs_per_page = 10;
