function changeBGC(targetID,bgc) {
	if(document.all) {
		document.all(targetID).style.backgroundColor = bgc;
	}
}