"use strict"; function start_application_mode(win_id) { //expand a maximized window so that only the content of the //window fills the screen. then, display it as a new or another //desktop object. It will have its own child windows displayed. //Each one being a potential new desktop. Each desktop has the ability to shrink, and display as a web window. //When displaying as a web window, its parent window is displayed as a desktop. Any child web windows //it may have are displayed. }