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