function show_image(product, width, height)
{
	window.open("http://www.frysavskydvorec.cz/img/" + product, "BigImage", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + width + ",height=" + height);
}

