$(document).ready(function() {
width = $('.cat_list img').width();
if (width>320) {
alert(width);
}
	
});




function BigImgShow(str) {
  path = str.replace("small/", "");
  path = path.replace("small_", "");
  window.open(path,'pic','width=600,height=800');
}
