function showSub(t)
{
	if ($("#menu") && t)
		$("#menu").css({'height' : t});
}
