addLoadEvent(function() {
if(document.getElementById('company_name'))
{
	document.getElementById('company_name').focus();
}
});
