/*
 * screen.js
 * v 1.0
 *
 * projekt: Andretta
 *
 * (c) 2005 Matthias Sieger (m.sieger@masie.net) maSie online
*/



function screentest()//für Bilder waagrecht
{
if (document.getElementById('maintab').offsetHeight <= 760)
window.location.href = "index.php?1&de&1&inhalt&&1";
else window.location.href = "index.php?1&de&1&inhalt";
}


