function Impressum()
{
newWindow=window.open('http://www.smartsite.de/impressum.html', 'impressum', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, top=120, left=100, width=300, height=370');
}

function Partner()
{
newWindow=window.open('http://www.smartsite.de/partner.html', 'partner', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, top=120, left=100, width=300, height=370');
}

function Bookmark()
{
window.external.AddFavorite('http://www.domain-kostenlose.de/', '- Domain kostenlos - Das Webmasterportal für Sparfüchse -')
}

function winStat(bla)
{
window.status = bla;
}
window.defaultStatus='domain-kostenlose.de - Das deutsche Webmasterportal!';
function blah() {
window.status='domain-kostenlose.de - Das deutsche Webmasterportal!';
setTimeout(blah, 0);
}
blah();
