<!--
rng=0;
rngg=0;
function find()
{
//alert(document.all.T1.value);
if (document.all.T1.value=="") { alert("عفواً ... نرجو التأكد من الإسم و اعادة البحث مرة أخرى");
 window.location='#top';}
else {  
	if(rng=="0"){
		rng = document.body.createTextRange();
		rng.moveStart("word",28);
		if (rng.findText(document.all.T1.value)==true) 
		{
			rngg=rng;
			rngg.select();
			rng.moveStart("word",2);
			return;
		}
		else {
			alert("عفواً...لقد وصل البحث الى نهاية الصفحة "); 
			rng=0;
			}}
else
{
	if (rng.findText(document.all.T1.value)==true) 
	{
	rngg=rng;
	rngg.select();
	rng.moveStart("word",2);
	return;
	}
	else {alert("عفواً...لقد وصل البحث الى نهاية الصفحة "); rng=0;}}}}
-->
