<!--
function erase() {
	if (window.document.form1.text.value == "allegro non troppo") 
	{
		window.document.form1.text.value = (" ");
	}
}
//Style Sheet:
document.write("<style type='text/css'>#dic table {border:1px solid #000;}#dic h1 {font-size:90%; font-weight:bold; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:center; background-color:#FFFFFF; border:none; color:000;}#dicfooter {float:right;}#dicfooter p {margin-right:10px; text-align:center;}#dicfooter a {text-decoration:none;}#dic input {float:left; font-size:75%; width:100px; margin:0 25px;} #dic textarea { width:150px; }</style>")
//HTML Code:
document.write("<div id='dic'><table width='150' border='0' align='center' bgcolor='#FFFFFF'><form name='form1' method='post' action='http://www.fluteinfo.com/dictionary/view.php?external=yes&version=2.5'><tr><td><h1>Translate a Musical Phrase:</h1></td></tr><tr><td><textarea name='text' cols='20' id='text' style='font-size:70%;' onClick='erase()'>allegro non troppo</textarea></td></tr><tr><td><div align='center'><input type='submit' name='Submit' value='Translate!'></div></td></tr></form></table></div>")
-->