function make_feed20d19f(width,ziel) {
document.writeln('<!--Anf JS//-->')
document.writeln('<script> <!--')
document.writeln('function show_archiv_20d19f() { ')
document.writeln(' document.all["aktuell_20d19f"].style.display = "none"; ')
document.writeln(' document.all["archiv_20d19f"].style.display = "block"; ')
document.writeln('} ')
document.writeln('function show_aktuell_20d19f() { ')
document.writeln(' document.all["archiv_20d19f"].style.display = "none"; ')
document.writeln(' document.all["aktuell_20d19f"].style.display = "block"; ')
document.writeln('} ')
document.writeln('//--> </script>')
document.writeln('<table cellpadding=1 cellspacing=1 border=0 width='+width+' style=""><tr><td>')
document.writeln('</td></tr></table>')
document.writeln('<!--End JS//-->')
}


document.writeln('<!--Anf JS//-->')
function show_archiv2_20d19f(width,ziel) {
var top=parent.window.screenTop;
var left=parent.window.screenLeft;
var height=420;
AR = window.open("","AR","width="+width+",height="+height+",left="+left+",top="+top+",resizable,scrollbars");
AR.document.writeln('<html><head><title>Newsfeed Archiv</title></head><body leftmargin=0 topmargin=0>');
AR.document.writeln('<table cellpadding="2" cellspacing="2" border="0" background="http://www.alpenverein-muehldorf.de" style="font-family:Arial;"> '); 
AR.document.writeln('	<tr> '); 
AR.document.writeln('		<td colspan="3" width="100%" align="center"><b>Archiv</b></td> '); 
AR.document.writeln('	</tr> '); 
AR.document.writeln('	<tr> '); 
AR.document.writeln('		<td colspan="3" width="100%" style="font-size:2px; border-bottom:1px solid gray;">&nbsp;</td> '); 
AR.document.writeln('	</tr> '); 
AR.document.writeln('	<tr> '); 
AR.document.writeln('		<td colspan="3" width="100%" style="font-size:2px;">&nbsp;</td> '); 
AR.document.writeln('	</tr> '); 
AR.document.writeln('</table> '); 
AR.document.writeln('</body></html>');
AR.document.close(); 
AR.moveTo(left,top); 
AR.focus();
} 
document.writeln('<!--End JS//-->')
