// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function news2(nw) {
  nw.style.background = '';
}
function news1(nw) {
   nw.style.background = 'url(../index/images/menubut.jpg)';
}
//other color

function news3(nw) {
  nw.style.background = '';
}
function news4(nw) {
   nw.style.background = '#b7d8ec';
}

