// JavaScript Document
w = (screen.availWidth / 2) - 240;
h = screen.availHeight;
moveTo(w,0);
resizeTo(480,h);

