function ieDisplay(objid,way){
	var obj = document.getElementById(objid);
	obj.style.display = (way)?'inline':'none';
}
