A.obj.style.z-index=100; B.obj.style.zIndex=100; C.obj.zIndex=100; D.obj.z-index=100;
A.obj.style.display;’block’; B.obj.style.display=’block’; C.obj.display=’block’; D.obj.style.display;’none’;
A.name.style.font-size=’20px’; B.name.style.fontsize=’20px’; C.name.style.size=’20px’; D.name.style.fontSize=’20px’;