function imgChange(target,path) {
	if (document.images[target]) {
		document.images[target].src = path;
	}
}

