//var screenWidth = screen.width;
//
//if (screenWidth == "1280") {
////location.href="1280.htm";
//}
//if (screenWidth == "1152") {
////location.href="1152.htm";
//}
//if (screenWidth == "1024") {
//    alert("du bist 1024 breit");
////location.href="1024.htm";
//}
//if (screenWidth == "800") {
////location.href="800.htm";
//}
//if (screenWidth == "640") {
////location.href="640.htm";
//}
//
function hidePopup()
{
    document.getElementById("newMSG").style.visibility = "hidden";
}