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);
};

function panel(id) {
	var wrapper = document.createElement('div');
	wrapper.innerHTML = '<embed src="/img/panel.swf" wmode="transparent" height="204" width="758" type="application/x-shockwave-flash" />'
	document.getElementById(id).appendChild(wrapper.firstChild);
};

function biopan(id) {
	var wrapper = document.createElement('div');
	wrapper.innerHTML = '<embed src="/img/bio-anim.swf" wmode="transparent" height="204" width="758" type="application/x-shockwave-flash" />'
	document.getElementById(id).appendChild(wrapper.firstChild);
};

function mappy(id) {
	var wrapper = document.createElement('div');
	wrapper.innerHTML = '<embed src="/img/map/flavmap.swf" wmode="transparent" base="/img/map/" height="300" width="700" type="application/x-shockwave-flash" />'
	document.getElementById(id).appendChild(wrapper.firstChild);
};