function chng(new1, tp){
 if (tp == '0') { new1.style.backgroundColor='#E2F2FB'; }
 if (tp == '1') { new1.style.backgroundColor='#C3E5F7'; }
}
function chngpic(new1, pic){
new1.src=pic;}
