function $(id)
{
	return document.getElementById(id);	
}

function fs(arg,val)
{
	switch(arg)
	{
		case 0 :
			if(val=="دخبرت دخ رہةزس...")
				$('search_query').value = "";
		break;
		case 1 :
			if(val=="")
				$('search_query').value = "دخبرت دخ رہةزس...";
		break;	
	}
}