﻿function autoselect(cid) {
	$('#' + cid).focus();
	$('#' + cid).select();
}