function clearinput(inputobject, text)
{
	if (inputobject.value=='filter the forum by '+text+' here') inputobject.value='';
}

function showdescription()
{
	//id=;
	$('#section_description span').hide();
	$('#section_'+$('#id_section').val()).show();
}

function addtooltips()
{
	$('.member_tooltip').cluetip({attribute: 'id', width:350, cluetipClass: 'rounded', dropShadow:false, arrows: true});
}

function showagreement()
{
	$('input[name="showform"]').hide();
	$('#form_forumpost .hidden').show();
}