function submitToFeedback(frm, title)
{
    document.forms[frm].elements['title'].value = title;
    document.forms[frm].submit();
}