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

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

function affiche_guide()
{
	document.frmPret.action="installatiehandleidingen.php"
	document.frmPret.submit()
}