function loadIndex() {
	document.write('<object type="application/x-shockwave-flash" data="media/flash/index.swf" width="766" height="385">');
		document.write('<param name="movie" value="media/flash/index.swf" />');
		document.write('<param name="wmode" value=""/>');
		document.write('<embed src="media/flash/index.swf" width="766" height="385"></embed>');
	document.write('</object>');
}


function loadHeader(url) {
	document.write('<object type="application/x-shockwave-flash" data="' + url +'" width="800" height="300">');
		document.write('<param name="movie" value="' + url +'" />');
		document.write('<param name="wmode" value=""/>');
		document.write('<embed src="' + url +'" width="800" height="300"></embed>');
	document.write('</object>');
}
