// JavaScript Document

var rltScript = {
	resizeFlash: function(intNewHeight) {
		var objFlashContainer = document.getElementById('flashContainer');
		objFlashContainer.style.height = intNewHeight + 'px';

	}
}

