function full() {
moveTo(0,0);
resizeTo(screen.availWidth,screen.availHeight);
}

