function window_f() {
	if (top.length>0) {
		if (top.frames[0].name!='left_psi') {
		  top.location.replace('/farsi.asp?url=' + self.location);
		}
	}
	else {
		top.location.replace('/farsi.asp?url=' + self.location);
	}
	window.top.document.title=window.document.title;
}
function window_e() {
	if (top.length>0) {
		if (top.frames[0].name!='left_psi') {
		  top.location.replace('/english.asp?url=' + self.location);
		}
	}
	else {
		top.location.replace('/english.asp?url=' + self.location);
	}
	window.top.document.title=window.document.title;
}
