//<![CDATA[
function showSlidingDiv(){
$(".slidebox").animate({"height": "toggle"}, { duration: 1000 });
}
//]]>

//<![CDATA[
function HideMessageDiv(){
$(".notice").animate({"height": "toggle"}, { duration: 1000 });
}
//]]>
