// JavaScript Document
//window full screen
window.moveTo(0,0);
window.resizeTo(screen.availwidth,screen.availheight);
