function WriteEmbed(emb_id){ 
    document.write(document.getElementById(emb_id).value);
} 

function wav(src,w,h){

	html = '<EMBED src="/suserfile2/'+src+'" width="'+w+'" height="'+h+'" id="'+src+'" loop="0" autostart=false border="0" vspace="0" hspace="0">';
	html += '<\/embed>';
	document.write(html);
}