function fillwindow(x,y,z)
{
if (x.length !=0)
{
parent.rechtsoben.location.replace('./luisenweg-'+x+'?opendocument');
}
if (y.length !=0)
{
parent.rechts.location.replace('./luisenweg-'+y+'?opendocument');
}
if (z.length !=0)
{
parent.mitte.location.replace('./luisenweg-'+z+'?opendocument');
}
}

function gfillwindow(x,y,z)
{
if (x.length !=0)
{
parent.rechtsoben.location.replace('./germany-'+x+'?opendocument');
}
if (y.length !=0)
{
parent.rechts.location.replace('./germany-'+y+'?opendocument');
}
if (z.length !=0)
{
parent.mitte.location.replace('./germany-'+z+'?opendocument');
}
}


function fillwindow2(x,y,z)
{
if (x.length !=0)
{
parent.rechtsoben.location.replace('/Home/places.nsf/(content)/germany-'+x+'?opendocument');
}
if (y.length !=0)
{
parent.rechts.location.replace('/Home/places.nsf/(content)/germany-'+y+'?opendocument');
}
if (z.length !=0)
{
parent.mitte.location.replace('/Home/places.nsf/(content)/germany-'+z+'?opendocument');
}
}


