<!--
function resize() {
	
  if (document.images[0]) window.resizeTo(document.images[0].width+100, document.images[0].height+110);
  self.focus();
}
-->
