var thisString;
function startText() {
thisString = document.form.select.value;
thisString = thisString.replace(/ة/g, "ه‌");
thisString = thisString.replace(/ذ/g, "ژ");
thisString = thisString.replace(/ؤ/g, "ۆ");
thisString = thisString.replace(/ث/g, "ppzppp");
thisString = thisString.replace(/ص/g, "ێ");
thisString = thisString.replace(/ي/g, "ی");
thisString = thisString.replace(/ط/g, "گ");
thisString = thisString.replace(/لَ/g, "ڵ");
thisString = thisString.replace(/يَ/g, "ێ");
thisString = thisString.replace(/لآ/g, "ڵا");
thisString = thisString.replace(/ض/g, "چ");
thisString = thisString.replace(/أ/g, "ڕ");
thisString = thisString.replace(/پ/g, "ڵ");
thisString = thisString.replace(/’/g, "‌");
thisString = thisString.replace(/ppzppp/g, "پ");
thisString = thisString.replace(/ظ/g, "ڤ");
document.form.select.value=thisString;
}
