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

