function ViewImage(file)
{
	imageViewer = window.open("/galeria/image.php?i="+file, "imageViewer", "width=100, height=100, top=100, left=100");
}