function top(id) {
	var wrapper = document.createElement('div');
	wrapper.innerHTML = '<embed src="../img/top/home.swf" wmode="opaque" base="../img/top/" height="276" width="684" type="application/x-shockwave-flash" />'
	document.getElementById(id).appendChild(wrapper.firstChild);
};

