

function frame_beg () {


document.write('<table border=0 cellpadding=0 cellspacing=0 width=860> ');
document.write('<tr valign="top" bgcolor="black">'); 


document.write('<TD><A HREF="index.html" TARGET="_top">                      <IMG SRC="img_frame/home.gif"        WIDTH=78 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="einfuehrung.html" TARGET="_top">                <IMG SRC="img_frame/einfuehrung.gif" WIDTH=148 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="chronik.html" TARGET="_top">                    <IMG SRC="img_frame/chronik.gif"     WIDTH=110 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="risiko.html" TARGET="_top">                     <IMG SRC="img_frame/risiko.gif"      WIDTH=86 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="referenzen.html" TARGET="_top">                 <IMG SRC="img_frame/referenzen.gif"  WIDTH=146 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="links.html" TARGET="_top">                      <IMG SRC="img_frame/links.gif"       WIDTH=75 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="feedback.html" TARGET="_top">                   <IMG SRC="img_frame/feedback.gif"    WIDTH=120 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');
document.write('<TD><A HREF="http://www.meteoradar.ch/forum" TARGET="_blank"><IMG SRC="img_frame/forum.gif"       WIDTH=97 HEIGHT=41 BORDER=0 ALT=""></A></TD>   ');



document.write('</tr><tr><td align="top" colspan=8><p><br>' );
document.write('<center><table border=0 cellpadding=0 cellspacing=0 width=600><tr><td align="top">' );

}



function frame_end () {

document.write('</td></tr></table></center>' );
document.write('</td></tr></table>');

}

