﻿// JScript File
function fullsize()
{
    window.top.moveTo(0,0);
    window.top.resizeTo(screen.availWidth, screen.availHeight);
}