function range(elm)
{
	document.forms['banner'].elements[elm].focus();
	document.forms['banner'].elements[elm].select();
}
