/**
* @author Cristian Ciobanu
*/
function swapPIC(id, source) {
	document.getElementById(id).src = source;
	return false;
}