function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function setcolor(obj0,sw1) {
  if (sw1 == 0) {
    fgc = '';
    bgc = '';
  } else {
    fgc = '#DD2004';
    bgc = '#ffffff';
  }
  obj0.style.color = fgc;
  obj0.style.backgroundColor = bgc;
}
