function RunMenue()
{
	document.write('<object type="application/x-shockwave-flash" data="menue-home-intro.swf" width="290" height="500">\n');
	document.write('<param name="movie" value="menue-home-intro.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<img src="navigation.jpg" width="290" height="500" alt="Navigation" />\n');
	document.write('</object>\n');
}

function RunBanner()
{
	document.write('<object type="application/x-shockwave-flash" data="banner-home.swf" width="348" height="200">\n');
	document.write('<param name="movie" value="banner-home.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#D4DBE8" />\n');
	document.write('<img src="navigation.jpg" width="348" height="200" alt="Illu" />\n');
	document.write('</object>\n');
}

function RunIllu()
{
	document.write('<object type="application/x-shockwave-flash" data="illus-home.swf" width="260" height="500">\n');
	document.write('<param name="movie" value="illus-home.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<img src="navigation.jpg" width="260" height="500" alt="Illu" />\n');
	document.write('</object>\n');
}
