<!--
	getWidth = screen.availWidth ;
	getHeight = screen.availHeight;
	widthPos = getWidth / 2 - 333;
	heightPos = getHeight / 2 - 273;
	self.moveTo(widthPos,heightPos)

// -->

