var mutils = new MiscUtils();

EventUtil.addEventHandler(window, 'load', onWindowLoad);
EventUtil.addEventHandler(window, 'resize', onWindowLoad);

///////////////////////////////////////////////////////////////
// FUNCTIONS
///////////////////////////////////////////////////////////////
//------------------------------------------------------
function onWindowLoad() {
  mutils.resizeTo100PercentHeight(document.getElementById("innertube1"));
  mutils.resizeTo100PercentHeight(document.getElementById("innertube0"));
}
