function F_rs(xx){
var ff=String(xx),
i;
for(xx="",i=0;i<ff.length;i++)if(ff.charAt(i)!=" ")xx+=ff.charAt(i);
return(xx)}
