function loadProductCrop(cropParentDiv,wFilter,wSortBy){var query="sortby="+wSortBy+'&filter='+wFilter;$("#"+cropParentDiv+" .loading").show();$.get("/asia/common_gl/inc_product_crop.php",query,function(data){$("#"+cropParentDiv+" .cropContent").html(data);$("#"+cropParentDiv+" .loading").hide();$("#"+cropParentDiv+" .menu a").removeClass('sel');$("#"+cropParentDiv+" .menu a."+wSortBy).addClass('sel');});}

