// JavaScript Document
function writeFlash(id) {
	document.getElementById(id).innerHTML = "<object type='application/x-shockwave-flash' data='/homeheader.swf' width='550' height='160'><param name='movie' value='homeheader.swf' /></object>";
}