
if(screen.width <= 1024 || screen.height <= 768){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);	
}

