function showImgBig(id, nr) {
	for (i = 1; i <= nr; i++)
		Element.hide('big-' + i);
	Element.show('big-' + id);	
}
