/*
   a[x][x][0]  ----- I CFL Watts
   a[x][x][1]  -----   Hours per year
   a[x][x][2]  ----- P Life of New CFL lamp
   a[x][x][3]  ----- B Watts of old bulb
   a[x][x][4]  ----- H Recommended substitute
   a[x][x][5]  -----   Image Name
   a[x][x][6]  -----   Original Product
   a[x][x][7]  -----   Description
	 a[x][x][8]  -----   Site Link
*/

carray = new Array(
'qty0000',
'qty0001',
'qty0002',


'qty0100',
'qty0101',
'qty0102',
'qty0103',
'qty0104',

'qty0200',
'qty0201',
'qty0202',
'qty0203',
'qty0204',

'qty0300',
'qty0301',
'qty0302',

'qty0400',
'qty0401',
'qty0402',
'qty0403',
'qty0404',
'qty0405',
'qty0406',

'qty0500',
'qty0501',
'qty0502',

'qty0600',
'qty0601',
'qty0602',
'qty0603',
'qty0604',

'qty0700',
'qty0701',
'qty0702'

);

category =new Array(3);
category[0]=new Array('Fancy','Helical Tiny Small Screw or Bayonet Base');
category[1]=new Array('General','General - Helical Tiny Screw or Bayonet Base');
category[2]=new Array('Lamps with Dimmer','Helical Screw or Bayonet Base');

a = new Array(3);
for (i=0; i < 3; i++)
{  
if (i == 0){var num = 3;}
else if (i == 1){var num = 3;}
else if (i == 2){var num = 5;}
else if (i == 3){var num = 5;}
a[i] = new Array(num);
}

a[0][0] = new Array(8,1460,8000,25,"GE Tiny 8w 螺旋型 T2","spiral_tiny_feature.jpg","25W 奇异圆形小型螺旋或插拔灯座","GE 8W Helical 玲珑心小型螺旋或插拔灯座","21.htm","将会比原来亮很多");
a[0][1] = new Array(8,1460,8000,40,"GE Tiny 8w 螺旋型 T2","spiral_tiny_feature.jpg","40W 奇异圆形小型螺旋或插拔灯座","GE 8W Helical 玲珑心小型螺旋或插拔灯座","21.htm","将会比原来亮少许");
a[0][2] = new Array(12,1460,8000,60,"GE Tiny 12w 螺旋型 T2","spiral_tiny_feature.jpg","60W 奇异圆形小型螺旋或插拔灯座","GE 12W Helical 玲珑心小型螺旋或插拔灯座","21.htm","将会比原来亮少许");

a[1][0] = new Array(14,1460,8000,25,"GE Entice 14w 螺旋型 T3","r01758v29.jpg","25W GLS (定位表示灯) 螺旋或插拔灯座","GE 14W Helical 玲珑心小型螺旋或插拔灯座","15.htm","将会比原来亮很多");
a[1][1] = new Array(14,1460,8000,40,"GE Entice 14w 螺旋型 T3","r01758v29.jpg","40W GLS (定位表示灯) 螺旋或插拔灯座","GE 14W Helical 玲珑心小型螺旋或插拔灯座","15.htm","将会比原来亮少许");
a[1][2] = new Array(14,1460,8000,60,"GE Entice 14w 螺旋型 T3","r01758v29.jpg","60W GLS (定位表示灯) 螺旋或插拔灯座","GE 14W Helical 玲珑心小型螺旋或插拔灯座","15.htm","将会比原来亮少许");
a[1][3] = new Array(14,1460,8000,75,"GE Entice 14w 螺旋型 T3","r01758v29.jpg","75W GLS (定位表示灯) 螺旋或插拔灯座","GE 14W Helical 玲珑心小型螺旋或插拔灯座","15.htm","与原来亮度相似");
a[1][4] = new Array(20,1460,8000,100,"GE Entice 20w 螺旋型 T3","r01758v29.jpg","100W GLS(定位表示灯)螺旋或插拔灯座","GE 20W Helical 玲珑心小型螺旋或插拔灯座","15.htm","将比原来案少许"); 

