
function decode(text1, text2, text3)
{
document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}

function tv_on(cv)
{
 f=window.open("flash/tv-viewer.php?cv=" + cv,"fenster","width=650,height=560");
 f.focus();
}

function quer()
{
f=window.open("content/bild.htm","fenster","width=540,height=380");
f.focus();
}
