function changeprijs(waarde, image, tooninfoid) {
	document.getElementById("prijs").innerHTML = "" + waarde + "";
	document.getElementById("fotogroot").innerHTML = "<img src=\"/productimages/"+ image +".jpg\" width=\"160\" height=\"215\"  />";
	new Effect.Appear('fotogroot', {duration:0.5, from:0,  to:1})
	new Effect.toggle('tooninfo_'+tooninfoid+'','appear', {duration:0.5})
}

function changeprijs_mouseover(waarde, image, tooninfoid) {
	document.getElementById("prijs").innerHTML = "" + waarde + "";
	document.getElementById("fotogroot").innerHTML = "<img src=\"/productimages/"+ image +".jpg\" width=\"160\" height=\"215\"  />";
//	new Effect.Appear('fotogroot', {duration:0.5, from:0,  to:1})
//	new Effect.toggle('tooninfo_'+tooninfoid+'','appear', {duration:0.5})
}

function changeprijs_h(waarde, image, tooninfoid) {
	document.getElementById("prijs").innerHTML = "" + waarde + "";
	document.getElementById("fotogroot").innerHTML = "<img src=\"/productimages/"+ image +".jpg\" width=\"240\" height=\"180\"  />";
	new Effect.Appear('fotogroot', {duration:0.5, from:0,  to:1})
	new Effect.toggle('tooninfo_'+tooninfoid+'','appear', {duration:0.5})
}

function changeprijs_mouseover_h(waarde, image, tooninfoid) {
	document.getElementById("prijs").innerHTML = "" + waarde + "";
	document.getElementById("fotogroot").innerHTML = "<img src=\"/productimages/"+ image +".jpg\" width=\"240\" height=\"180\"  />";
//	new Effect.Appear('fotogroot', {duration:0.5, from:0,  to:1})
//	new Effect.toggle('tooninfo_'+tooninfoid+'','appear', {duration:0.5})
}
