

function showDropDown(h) {
	$('#flash_wrapper').height(h);
}

function hideDropDown(h) {
	$('#flash_wrapper').height(h);
}