function resizeWindow(w, h) {
  // resize current window...
  window.resizeTo(w,h);
}


