document.write('<form>');
document.write('<input class="botao" type="button" value="Ligar o som" onClick="DHTMLSound(\'som/fromwhereiam.mid\')" onKeyPress="DHTMLSound(\'som/fromwhereiam.mid\')">');
document.write('&nbsp;<input class="botao" type="button" value="Parar o som" onClick="DHTMLSound(\'\')" onKeyPress="DHTMLSound(\'\')">');
document.write('</form>');
