
/*function validate(form)
{
	alert('jau');
	alert(form.wysiwyg_submit.value);

}*/

jQuery(document).ready(function()
{	
	$("#commentBox").hide();	
	$("#imgComment").click(function()
	{
		$("#outlineBox").hide();
		$("#commentBox").show('fast');
	});	

	
	
});