
function init() {
    scrW = screen.width;
    scrH = screen.height;
	window.outerHeight = screen.height;
	window.outerWidth = screen.width;
    resizeTo( scrW, scrH );
    moveTo ( 0,0 )
}
