function redirecter(where)
{
if (where=="home")
window.location="http://www.end-if.de/E";

if (where=="download")
window.location="http://www.end-if.de/E/Downloads/";




}
