function ShowAll()
{
	document.getElementById("hidShowAll").value = 1;
	
	document.forms[0].submit();
}
