// JavaScript Document
function change(element){
document.getElementById(element).style.backgroundColor = "#E4ECF0";
}

function change_back(elementBack){
document.getElementById(elementBack).style.backgroundColor = "#ffffff";
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}