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