function ReplaceMystr(a){newstr1=a.replace(/\&/g,"_A_");mystr1=newstr1.replace(/\=/g,"_D_");return(mystr1)};
