<!--//

<!--          Fensterposition                //-->
if (screen.width == 800 && screen.height == 600)
			{self.moveTo(108,121)
			}
else{
if (screen.width == 1024 && screen.height == 768)
			{self.moveTo(220,205)
			}
else {
if (screen.width == 1152 && screen.height == 864)
			{self.moveTo(284,253)
			}
else{
if (screen.width == 1280 && screen.height == 768)
			{self.moveTo(348,205)
			}
else{
if (screen.width == 1280 && screen.height == 1024)
			{self.moveTo(348,333)
			}
else{

if (screen.width == 1600 && screen.height == 1200)
			{self.moveTo(508,421)
			}
else{


if (screen.width == 1920 && screen.height == 1200)
			{self.moveTo(668,421)
			}



}
}
}
}
}
}





<!--//



