//
if(!product)
{
var product = new Array();
}
product['leather'] = new Array();
product['leather']['list'] = new Array();
product['leather']['list'][0] = new Array('CA-111','product/CA/CA-111_L.jpg','皮裝杯墊','PU Leather Coaster','');
product['leather']['list'][1] = new Array('CT-815','product/CT/CT-815_L.jpg','絲巾 ','Silk Chiffon Printed Scarf ','');
product['leather']['list'][2] = new Array('CT-801','product/CT/CT-801_L.jpg','絲質領呔','Silk Woven Tie','');
product['leather']['list'][3] = new Array('LA-313','product/LA/LA-313_L.jpg','皮裝證件套','Leather Passport Holder','');
product['leather']['list'][4] = new Array('LA-314','product/LA/LA-314_L.jpg','皮裝證件套 ','Leather Passport Holder ','');
product['leather']['list'][5] = new Array('LA-600','product/LA/LA-600_L.jpg','皮裝墊板','Writing Pad','');
product['leather']['list'][6] = new Array('','product//_L.jpg','','','');
product['leather']['list'][7] = new Array('LA-312','product/LA/LA-312_L.jpg','皮裝證件套','Leather Passport Holder','');
product['leather']['list'][8] = new Array('LA-626','product/LA/LA-626_L.jpg','皮裝便條座連相架','Leather Memo Holder with Photo Frame','');
product['leather']['page'] = 1;
product['leather']['totalpage']=Math.ceil((product['leather']['list'].length)/4);
$(document).ready(function(){
producthighlight_show('leather','1');
});
//