﻿function InitWindow() {
    var w, h;
    w = screen.availWidth;
    h = screen.availHeight;
    //window.resizeTo(w, h);
}