
function InsertFlash()
{
  
    
	document.write('<object class="keyvisual" type="application/x-shockwave-flash" data="navi.swf?glLanguage=1" width="286" height="298">\n');
		document.write('<param name="movie" value="navi.swf?glLanguage=1" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="menu" value="no" />\n');
		document.write('<param name="bgcolor" value="#f5f8f3" />\n');
	
		document.write('<a href="home.html" target="inhalt">Home</a>\n');
		document.write('<a href="wohnen.html" target="inhalt">Wohnen</a>\n');
		document.write('<a href="cafe.html" target="inhalt">Café & Restaurant</a>\n');
		document.write('<a href="wohnen.html" target="inhalt">Wohnen</a>\n');
		document.write('<a href="natur.html" target="inhalt">Natur & Kultur</a>\n');
		document.write('<a href="kontakt.html" target="inhalt">Kontakt & Anfahrt</a>\n');
		document.write('<a href="preise.html" target="inhalt">Preise</a>\n');
		document.write('<a href="specials.html" target="inhalt">Specials</a>\n');
		document.write('<a href="service.html" target="inhalt">Service-Links</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=1" width="684" height="202">\n');
		document.write('<param name="movie" value="zitate.swf?glLanguage=1" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="menu" value="no" />\n');
		document.write('<param name="bgcolor" value="#f5f8f3" />\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="684" height="202" border="0" alt="" /></a>\n');
	document.write('</object>\n');    
    
}


