function cpagina (id)
{
	sindex=window.document.form1.spag.selectedIndex;
	
	location.href="index.php?ver=fotos&accion=verevento&id="+id+"&pag="+(sindex-1);
}