function controlStringRefresh(fieldName)
{
	var serverFileName="http://"+fieldName+"/controlStringRefresh.php";
	sendReq(serverFileName);
}

