function show(image, width, height) {
	window.open('f/'+image,"Obrazek",'width=' + width + ',height=' + height + ',status=no,resizable=no,scrollbars=no,menubar=no');
}