﻿function comments_showform()
{
    $("#comments_formdiv").slideDown(500);
}

function comments_comment()
{
    document.getElementById('comments_form').submit();
}
