
breite=screen.width;
hoehe=screen.height;

/*alert("Breite=" + breite + ", Höhe=" + hoehe);*/

if (hoehe<=1000)
{
location.href="php/shd.php?res=10";
}
else
{
location.href="php/shd.php?res=12";

}


