
function	aff_comment()
{
document.getElementById('div_comment').innerHTML ="<textarea name='comment' id='comment' cols='45' rows='5'></textarea><a href='#comment' onClick=\"use_form_ajax('form_com', '/profile\/add\/com\/', '5', 'reponse', 'loader')\"><img src=\"/static/img/ok.png\" border=\"0px\" /></a><a href='#comment' onClick='hide_comment()'><img src=\"/static/img/supp.png\" border=\"0px\" /></a>";
document.getElementById('comment').focus()
}

function	hide_comment()
{
	document.getElementById('div_comment').innerHTML = "";
}
