//
if(!product)
{
  var product = new Array();
}

product['crystal'] = new Array(); 
product['crystal']['list'] = new Array(); 

product['crystal']['list'][0] = new Array('CY-177','product/CY/CY-177_L.jpg','水晶獎座 ','Crystal Trophy ','');
product['crystal']['list'][1] = new Array('CY-975','product/CY/CY-975_L.jpg','水晶間尺連放大鏡','Crystal Ruler with Magnifier','');
product['crystal']['list'][2] = new Array('CY-974','product/CY/CY-974_L.jpg','水晶間尺連放大鏡','Crystal Ruler with Magnifier','');
product['crystal']['list'][3] = new Array('CY-973','product/CY/CY-973_L.jpg','水晶間尺','Crystal Ruler','');
product['crystal']['list'][4] = new Array('CY-953','product/CY/CY-953_L.jpg','水晶相架','Crystal Photo Frame','');
product['crystal']['list'][5] = new Array('CY-517','product/CY/CY-517_L.jpg','水晶拼圖名片夾','Crystal Puzzle Card Holder Clip Set ','');
product['crystal']['list'][6] = new Array('CY-519','product/CY/CY-519_L.jpg','周年紀念水晶金屬夾 ','Anniversary Crystal Clip','');
product['crystal']['list'][7] = new Array('CY-520','product/CY/CY-520_L.jpg','周年紀念水晶金屬夾','Anniversary Crystal Clip','');
product['crystal']['list'][8] = new Array('CY-230','product/CY/CY-230_L.jpg','企業水晶獎座 |週年紀念獎座|頒獎致送|交流送贈','Crystal Trophy |Crystal Souvenir| Crystal Award| Winner Award','');

product['crystal']['page'] = 1;
product['crystal']['totalpage']=Math.ceil((product['crystal']['list'].length)/4);

$(document).ready(function(){
  producthighlight_show('crystal','1');
});
//