function goTop (h) { document.body.scrollTop = h; }
import flash.external.*; ExternalInterface.call("goTop", 0);