﻿function ShowHide() {
    $("#boxNews").animate({ "height": "toggle" }, { duration: 1000 });
}
