function showBig(name, width, height) {
	window.open("/images/show.php?name=" + name, "", "toolbar=no,scrollbars=no,location=no,status=no,width=" + width + ",height=" + height + ",resizable=0");
};

