function Flash2HTML(html) {
	document.getElementById("result").innerHTML = html;
}

function test(a) {
    alert(a);
}