function redirectToText()

{
 var url = window.location.href;
 newurl = url.replace(/.asp$/, "txt.asp");
 window.location.href=newurl;
}