function changePic(cat, picpath)
{	
	document.getElementById(cat).src = picpath;
	new Fx.Reveal($(cat)).reveal();
}
