function setSwfHeight(height)
{
	var tag = document.getElementById('flashdiv');
	tag.style.height = height+"px";
}