function initPage() {
  new AjaxTiny("TopContent", {width:"680px",height:"300px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  new AjaxTiny("LeftContent", {width:"300px",height:"600px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  new AjaxTiny("RightContent", {width:"380px",height:"600px",toolbarLocation:'top',toolbarConfig:'extended',css:'/css/base.css'});
  setupTinyControls();
}
