function myCallback( returnstring )
{
  document.getElementById("menu1Content").innerHTML = returnstring;
  //alert(returnstring);
}
