﻿function writeFlash(id) {
	if (window.attachEvent)
	{
		var elem = document.getElementById(id);
		document.write(elem.innerHTML);
	}
}