function show_more()
{
  //$(".more").css("display","inline");
  $(".more").fadeIn(1300);
}
