function GoToSearch()
{
	document.location.href= "pgSearch.aspx?cre=" + document.frmSearch.txtSearch.value;
}

document.write("<form name='frmSearch'>");
document.write("<input type='text' name='txtSearch'><a href='javascript:GoToSearch();' ><img border='0' name='imageField3' src='images/button.gif' width='15' height='15'></a>");
document.write("</form>");

	

