function checkScreen()
{
var hoehe = screen.height;
if(hoehe>800)
{
// alert ("Auflösung größer 800");
window.document.write("<div style='width: 990px; height: 97px; overflow: hidden; text-align: left; background-image: url(../pics/head2.jpg)'><div class='rssfeed'><a href='/php/rss_feed.php' rel='nofollow'><img src='../pics/spacer.gif' alt='RSS Feed von 55PLUS-magazin.tv abonnieren' width='30' height='30' border='0' title='RSS Feed von 55PLUS-magazin.tv abonnieren'></a></div><div><a href='http://www.55plus-magazin.net'><img src='../pics/net.gif' alt='Der Web.TV Channel vom 55PLUS-magazin.net' border='0' title='Der Web.TV Channel vom 55PLUS-magazin.net'></a></div>");
}
else
{
// alert ("niedrige Auflösung");
window.document.write("<div style='width: 990px; height: 80px; overflow: hidden; text-align: left; background-image: url(../pics/head.jpg)'><div class='rssfeed'><a href='/php/rss_feed.php' rel='nofollow'><img src='../pics/spacer.gif' alt='RSS Feed von 55PLUS-magazin.tv abonnieren' width='30' height='30' border='0' title='RSS Feed von 55PLUS-magazin.tv abonnieren'></a></div><div><a href='http://www.55plus-magazin.net'><img src='../pics/net.gif' alt='Der Web.TV Channel vom 55PLUS-magazin.net' border='0' title='Der Web.TV Channel vom 55PLUS-magazin.net'></a></div>");
}
}

function checkScreen2()
{
var hoehe = screen.height;
if(hoehe>800)
{
// alert ("Auflösung größer 800");
window.document.write("<div style='margin-top: 25px; padding-left: 6px; font-weight: bold; background-color: #F1EDEA; height: 21px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC'><div class='rssfeed'><a href=\"javascript:history.back()\"><img src='../pics/zurueck.gif' alt='zur&uuml;ck' hspace='0' vspace='0' border='0' title='zur&uuml;ck'></a></div>");
}
else
{
// alert ("niedrige Auflösung");
window.document.write("<div style='margin-top: 8px; padding-left: 6px; font-weight: bold; background-color: #F1EDEA; height: 21px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC'><div class='rssfeed'><a href=\"javascript:history.back()\"><img src='../pics/zurueck.gif' alt='zur&uuml;ck' hspace='0' vspace='0' border='0' title='zur&uuml;ck'></a></div>");
}
}

function checkScreen2ende()
{
window.document.write("</div></div>");
}

