function launch(name, width, height, path)
{
	var win_dimensions = "scrollbars=yes, height = " + height + ", width = " + width;
	foto=window.open("/photo.php?foto_name="+name+"&path="+path,"foto", win_dimensions)
	foto.moveTo(100, 50);
}
