
function poznej()
{
if (location.href == 'http://www.w353.cz/wartburg-main.html') window.open('index.html', '_top');
if (location.href == 'http://www.w353.cz/historie.html') window.open('ihistorie.html', '_top');
if (location.href == 'http://www.w353.cz/jizda.html') window.open('ijizda.html', '_top');
if (location.href == 'http://www.w353.cz/mapa.html') window.open('imapa.html', '_top');
if (location.href == 'http://www.w353.cz/odkazy.html') window.open('iodkazy.html', '_top');
if (location.href == 'http://www.w353.cz/pohlednice.html') window.open('ipohlednice.html', '_top');
if (location.href == 'http://www.w353.cz/search.html') window.open('isearch.html', '_top');
if (location.href == 'http://www.w353.cz/srovnani.html') window.open('isrovnani.html', '_top');
if (location.href == 'http://www.w353.cz/testy.html') window.open('itesty.html', '_top');
if (location.href == 'http://www.w353.cz/zajimavosti.html') window.open('izajimavosti.html', '_top');
if (location.href == 'http://www.w353.cz/cesty/cesty.html') window.open('../icesty.html', '_top');
if (location.href == 'http://www.w353.cz/rallye/rallye.html') window.open('../irallye.html', '_top');
if (location.href == 'http://www.w353.cz/rallye/rajchman.html') window.open('../irajchman.html', '_top');
if (location.href == 'http://www.w353.cz/foto/foto.html') window.open('../ifoto.html', '_top');
if (location.href == 'http://www.w353.cz/foto/fotof.html') window.open('../ifotof.html', '_top');
if (location.href == 'http://www.w353.cz/db/index.htm') window.open('iindex.html', '_top');
}

if (self==parent) poznej()


