function stopError() {
  return true;
}
window.onerror = stopError;
function ss_txt(thisname,b){
if(thisname.value==b){
thisname.value="";
}
}
function ss_txt2(thisname,b){
if(thisname.value==""){
thisname.value=b;
}
}
