Error! - You need to subscribe to a package that allows you to listen to audio. Click "My Account" to subscribe
function change(color){
var el=event.srcElement
if (el.tagName=="INPUT"&&el.type=="button")
event.srcElement.style.backgroundColor=color
}
function jumpto2(url){
window.location=url
}