window.onload = function(){
	document.getElementById('id-input').focus();
};
