﻿function flashReady() {    
    document.SubaruMainMenu.height = 140;
	document.SubaruMainMenuEmbeded.height = 140;
}

function ResizeFlashMainMenuSmall() {    
	// 30 + 110 (top main menu + rest of the space);	
    document.getElementById("SubaruMainMenu").height = 140;
	document.getElementById("SubaruMainMenuEmbeded").height = 140;
}
