function confirmtitle()
{
  var ttlc = document.getElementById("mrt").innerHTML;
  document.getElementById("flexititle").value = ttlc;
}
