상태값에 따라
직접 만든 커서를 적용.
젤 밑에껀 IE 기본 제공중 하나!
if (ii.value == 'Zoom') this.style.cursor = "url('../img/zoom-in_1.cur')";
else if (ii.value == 'Reduce') this.style.cursor = "url('../img/zoom-out_1.cur')";
else if (ii.value == 'Move') this.style.cursor = "move";