HTMLInputElement otxtSearchBox = (HTMLInputElement) myDoc.all.item("q", 0);
otxtSearchBox.
HTMLInputElement btnSearch = (HTMLInputElement) myDoc.all.item("btnI", 0);
btnSearch.click();