function resize(width,height) {
	window.innerWidth = width;
	window.innerHeight = height;
}

