function qrzLoad()
{

    var cs = document.getElementById('callsign');
    if (cs) {
        cs.value="";
	cs.focus();
    } else {
	cs = document.getElementById('username');
	cs.focus();
    }

}

function blank() {
}
