// JavaScript Document


function DisplayChange(tgtID,mode){
	document.getElementById([tgtID]).style.display = [mode];
}
	

