function setFlashHeight ( divID, newHeight )
{
	document.getElementById(divID).style.height = newHeight + "px";
	if ( document.all )
	{
		new Effect.ScrollTo('Cms_Store_Locator', {queue: {position:'end', scope: 'mapWin'}});
	} // end if
}