function form_submit(obj)
{
var thisform = document.getElementById(obj);

thisform.submit();

return false;
}
