
function resize() {
	window.resizeTo(document.images[0].width + 40, document.images[0].height + 100);
}


