function rollOver(id)
{
	//str = "/ateliertese/images/"+id+"_roll.jpg";
	str = "/images/"+id+"_roll.jpg";
	//alert(str);
	document.getElementById(id).src=str;
	//alert(obj.src);
}

function rollOut(id)
{
	//str = "/ateliertese/images/"+id+".jpg";
	str = "/images/"+id+".jpg";
	//alert(str);
	document.getElementById(id).src=str;
	//alert(obj.src);
}
