function affiche()
{
	document.frmPret.action="index_photos.php"
	document.frmPret.submit()
}

function affiche_prod()
{
	document.frmPret.action="productos.php"
	document.frmPret.submit()
}