function setFlashHeight(id,h) {
	a =$(id)
	a.setStyle('height',h);
}

		
		