function showbig(el)
{
	var p = el.src.replace(/\/small/ig,"/big");
	document.getElementById('simg').src = p;
}
