function changeFocus()
 {
var field = document.getElementById('cont').focus();
 }