var newtext = "Some ideas to get you started:";
newtext += " What is the name of the Chopper builider?";
newtext += " Where are they located?";
newtext += " Do they supply parts or entire bike?";
newtext += " Do they offer a warranty? If so, how long is the warranty?";
document.htmlForm2.submission_text.value = newtext;