function stopFlash() {
	var flash = getFlash();
	flash.sFlash(1);
}

function getFlash() {
	return document.getElementById("flashObject");
}