function obrir_finestra(id,amplada,alsada,nom,llengua)
{

if(amplada<400) amplada=400;

amplada_finestra=eval(amplada)+40;
alsada_finestra=eval(alsada)+130;

vent=open("foto.php?id="+id+"&llengua="+llengua,nom,"toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=no,width="+amplada_finestra+",height="+alsada_finestra+",top=center,MinButton=False,MaxButton=False");
}

function obrir_finestra_enviar(id,llengua)
{
	width=400;
	height=480;

	vent=open("fotos_enviar.php?id="+id+"&llengua="+llengua,"fotos_enviar","toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=no,width="+width+",height="+height+",top=center,MinButton=False,MaxButton=False");
}