﻿function setcolor(obj0,sw1) { if (sw1 == 0) { bgc = ''; } else { bgc = '#FFFAF0'; }  obj0.style.backgroundColor = bgc; } 

