function show_big(image)
{
	window.open('screenshots/' + image, 'screenshot');
}
