﻿function setcolor(obj0,sw1) { if (sw1 == 0) { fgc = ''; } else { fgc = '#ffcc66'; } obj0.style.color = fgc; }
