<!--//

<!--          Fensterposition                //-->
if (screen.width == 800 && screen.height == 600)
			{self.moveTo(151,50)
			}
else{
if (screen.width == 1024 && screen.height == 768)
			{self.moveTo(278,150)
			}
else {
if (screen.width == 1152 && screen.height == 864)
			{self.moveTo(342,183)
			}
else{
if (screen.width == 1280 && screen.height == 768)
			{self.moveTo(406,150)
			}
else{
if (screen.width == 1280 && screen.height == 1024)
			{self.moveTo(406,278)
			}
else{

if (screen.width == 1600 && screen.height == 1200)
			{self.moveTo(566,351)
			}
else{


if (screen.width == 1920 && screen.height == 1200)
			{self.moveTo(726,351)
			}



}
}
}
}
}
}





<!--//



