window.onresize = function() {
	location.reload();
}

function setwinpos() {
		var bild = document.getElementById("bild").firstChild;
    window.resizeTo(bild.width+20,bild.height+60);
		window.moveTo(screen.width-bild.width-40,20);
		window.onblur = function () {window.close();}
}