var scrollCounter = 0;
var scrollText = ":: Herzlich Willkommen bei BEPCON, hier finden Sie aktuelle Informationen zu unserem Unternehmen ::";
var scrollDelay = 100;
var i = 0;
while (i ++ < 140)
scrollText = " " + scrollText;
function Scroller()
{
window.status = scrollText.substring(scrollCounter++,
scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()", scrollDelay);
}
Scroller();

function sendpage()
{
mail_str = "mailto:?subject= " + document.title;
mail_str += "&body=Schauen Sie sich einmal diese Website an! Sie heisst: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href; 
location.href = mail_str;
}

function wr (text) {
	document.write(text);
}

function wrln (textln) {
	document.writeln(textln);
}

function fill_Fusszeile() {

wr('<tr>')
wr('<td  align="center" class="copyt" height="20">&copy; <a href="mailto:info@bepcon.de" title="Kontakt">BEPCON</a> 2007&nbsp;|&nbsp;<a href="javascript:sendpage()">Diese Seite per Mail weiterempfehlen</a>&nbsp;|&nbsp;<a href="http://www.junglas.com" title="junglas design" target="_blank">design</a>&nbsp;|&nbsp;<a href="http://validator.w3.org/check?uri=referer">W3C</a> / <a href="http://jigsaw.w3.org/css-validator/">CSS</a>&nbsp;|&nbsp;<a href="impressum.html" title="Impressum" target="_top">Impressum</a>&nbsp;|&nbsp;<a href="#" title="zurueck zum Seitenanfang" target="_top">nach oben</a></td>')
wr('</tr>')
}


