<!--
function change(color){
if (event.srcElement.tagName=="INPUT")
event.srcElement.style.backgroundColor=color

}

function jumpto(url){
window.location=url
}

//-->

