function ToogleDivOfComments() {
	$('div[@ref=EWPC_divofcomments]').slideToggle();
}

function ShowDivAddComment() {
	$('div[@ref=EWPC_divaddcomment]').fadeIn();
}

function HideDivAddComment() {
	$('div[@ref=EWPC_divaddcomment]').fadeOut();
}

function ShowDivOfComments() {
	$('div[@ref=EWPC_divofcomments]').slideDown();
}

function HideDivOfComments() {
	$('div[@ref=EWPC_divofcomments]').slideUp();
}
