﻿<!--
maxW=800;
maxH=600;
scrW=screen.availWidth;
scrH=screen.availHeight;
window.moveTo(0,0);
window.resizeTo(scrW, scrH);
//-->