	
	function clearText(elm)
	{
		var text=elm.value;
		if(text=='E-mail' || text=='Şifreniz') elm.value='';
	}