function changeStyleOverflow(oName,newValue){
	var o = document.getElementById(oName);
	if (o)o.style.overflow = newValue;
	}