// JavaScript Document
function InsertFlashEins()
{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="513" height="228" title="Startseite">\n')
		document.write('<param name="movie" value="../Flash/start.swf" />\n')
		document.write('<param name="quality" value="high" />\n')
		document.write('<embed src="../Flash/start.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="513" height="228"></embed>\n')  
		document.write('</object>\n')
}

function InsertFlashZwei()
{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="249" height="226" title="Handwerker">\n')
		document.write('<param name="movie" value="../Flash/MannAnimationGrau1_b.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
        document.write('<embed src="../Flash/MannAnimationGrau1_b.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="249" height="226"></embed>\n')
		document.write('</object>\n')
}

function InsertHrAktuell()
{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="240" height="200" id="Handwerker">\n')
		document.write('<param name="movie" value="../Flash/HR_Aktuell.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
        document.write('<embed src="../Flash/HR_Aktuell.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="240" height="200"></embed>\n')
		document.write('</object>\n')
}

