function OpenBild(bild,xw,yw) {
win = window.open(bild,"Bild","width=" + xw + ",height=" + yw + ",left=50,top=50");
}

function rand(min, max) {
	return Math.floor(Math.random() * (max - min + 1)) + min;
}


