<!--

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

// -->
