function alertF(str,obj){
alert(str);
obj.focus();
if(typeof(obj)=='text')obj.select()
return false;
}