function changeme(x){
document.getElementById("p1").innerHTML=x;
}
function toSame(){
document.getElementById("p1").innerHTML="&nbsp;";
}