function okthisone(ix)
{
	var urlsend="okthisone.htm?" + ix;
	xmlHttp.open("GET", urlsend, true);

}

