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

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

product['stationery']['list'][0] = new Array('PN-825','product/PN/PN-825_L.jpg','四色螢光筆','4 Colors Highlight Pen','');
product['stationery']['list'][1] = new Array('BA-621-1','product/BA/BA-621-1_L.jpg','多用途袋','Slim Snap Pouch','');
product['stationery']['list'][2] = new Array('PP-213','product/PP/PP-213_L.jpg','A5 文件套','A5 Plastic Folder with button','');
product['stationery']['list'][3] = new Array('PP-227','product/PP/PP-227_L.jpg','文件袋','Document Zipper Bag','');
product['stationery']['list'][4] = new Array('ST-111','product/ST/ST-111_L.jpg','可摺式釘書機','Foldable Stapler','');
product['stationery']['list'][5] = new Array('PN-824','product/PN/PN-824_L.jpg','燈泡形螢光筆','Light Bulb Shape HighlightPen','');
product['stationery']['list'][6] = new Array('MO-229','product/MO/MO-229_L.jpg','便條告示貼套裝連筆','Restick Pad Set with Ball Pen','');
product['stationery']['list'][7] = new Array('MO-231','product/MO/MO-231_L.jpg','套裝告示貼','Cloud Shape Restick Pad Set','');

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

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