try{
	window.opener.focuseame();
	setTimeout("top.parent.opener.focus()", 2000);
}catch(e){
// 	alert(e);
}

$(document).ready(function(){
	scrollDescripcionCliente();
});
