function searchGoogle() {
	var frm = document.formGoogle;
	frm.submit();
}

