function ansichtFlip(input)
{

	input.src ="images/ansichtBack.gif";


	
}
function ansichtFlipOut(input,x)
{	
	input.src = x;
}

