<!--

getWidth = screen.availWidth ;
getHeight = screen.availHeight;
widthPos = getWidth / 2 - 285;
heightPos = getHeight / 2 - 220;
self.moveTo(widthPos,heightPos);

// -->