var newtext = "Some ideas to get you started:";
newtext += " What is the name of your plating company?";
newtext += " Where are they located?";
newtext += " Do they swap parts or chrome Your own parts?";
newtext += " Do they offer a warranty? If so, how long is the warranty?";
document.htmlForm2.submission_text.value = newtext;