function resize() {
	var i=0;
	if (navigator.appName == 'Netscape') i=40;
	if (document.images[0]) window.resizeTo(document.images[0].width+27, document.images[0].height+85-i);
	self.focus();
}