function openWindow(id) 
{
	window.open ("/upload_files/" + id, "foto", "width=610,height=570,resizable=0,status=0,scrollbars=0");
} 
