function FlashStarter()
{
    document.write('<object type="application/x-shockwave-flash" data="slideshow/slideshowfront.swf" width="500" height="220">');
	document.write('<param name="movie" value="slideshow/slideshowfront.swf" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('</object>');
}