function gsearch(iKw)
{
	//document.frames["google"].document.forms[0].elements["q"].value = iKw;
	//document.frames["google"].document.forms[0].target="msgmgg";
	//document.frames["google"].document.forms[0].submit();
	document.forms[0].elements["q"].value = iKw;
	document.forms[0].target="msgmgg";
	document.forms[0].submit();
}

