<!--
function DoSearch() {
	var eText=document.getElementById('txtSearch');
	var url = "http://www.google.com/search?hl=en&sitesearch=www.jpossoftware.com&as_q=" + eText.value + "&as_epq=&as_oq=&as_eq=&num=10&lr=&as_filetype=&ft=i&as_sitesearch=www.jpossoftware.com&as_qdr=all&as_rights=&as_occt=any&cr=&as_nlo=&as_nhi=&safe=images";
	window.location=url;
}
// -->
