function doShopSelectTab(i) {
	$(".tr-shop").hide();
	$(".tr-shop-" + i).show();	
}
