function resize(amount)
{
	var x = document.getElementById('flashid');
	x.style.height = amount + "px";
}
