
var bgc = Array("#FFFFA4", "#B8FC01");
function ChangeButton(obj, n) {
    obj.style.backgroundColor=bgc[n];
}
function DivClick(obj) {
    location.href=obj.children(0).href;
}
