function whichSubmit(v){
if(v==1){
document.form1.action="phonenoticehistory.readTelephone.do"
}else{
document.form1.action="phonenoticehistory.readTelephone.do"
}
document.form1.submit();
}
function whichSubmit(v){
if(v==1){
document.form1.action="phonenoticehistory.readTelephone.do"
}else{
document.form1.action="phonenoticehistory.readTelephone.do"
}
document.form1.submit();
}