function siteInit() {
  initGridMenu();
  initImageTools();
}

window.onload = siteInit;

