function opencomment(id)
{
	window.open('Blog?action=comments&id='+id,'comentw','width=440,height=400,addressbar=no,scrollbars=yes');
}

