
function InsertFlash()
{
  
    
	document.write('<object class="keyvisual" type="application/x-shockwave-flash" data="navi.swf?glLanguage=2" width="221" height="525">\n');
		document.write('<param name="movie" value="navi.swf?glLanguage=2" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="menu" value="no" />\n');
		document.write('<param name="bgcolor" value="#479233" />\n');
	
		document.write('<a href="home.html" target="inhalt">Home</a>\n');
		document.write('<a href="aktuelles.html" target="inhalt">Aktuelles</a>\n');
		document.write('<a href="historie.html" target="inhalt">Historie</a>\n');
		document.write('<a href="wohnen.html" target="inhalt">Wohnen</a>\n');
		document.write('<a href="tagen.html" target="inhalt">Tagen</a>\n');
		document.write('<a href="restaurant.html" target="inhalt">Restaurant und Cafe</a>\n');
		document.write('<a href="wellness.html" target="inhalt">Wellness</a>\n');
		document.write('<a href="natur.html" target="inhalt">Natur und Kultur</a>\n');
		document.write('<a href="service.html" target="inhalt">Service Links</a>\n');
		document.write('<a href="http://www.machbar.de/kph/buchung_neu" target="inhalt">Online-Buchung</a>\n');
		document.write('<a href="kontakt.html" target="inhalt">Kontakt</a>\n');
		document.write('<a href="impressum.html" target="inhalt">Impressum</a>\n');	
		
	document.write('</object>\n');
    
    
}

function InsertFlash2()
{
   
	document.write('<object class="keyvisual" type="application/x-shockwave-flash" data="zitate.swf?glLanguage=2" width="749" height="167">\n');
		document.write('<param name="movie" value="zitate.swf?glLanguage=2" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="menu" value="no" />\n');
		document.write('<param name="bgcolor" value="#479233" />\n');
		document.write('<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW" target="_blank"><img src="zitate.gif" weight="749" height="167" border="0" alt="" /></a>\n');
	document.write('</object>\n');    
    
}


