

function resizeApplet(width, height) {
    document.myApplet.width = width;
    document.myApplet.height = height;
    window.scroll(0,0);
}
// window.onResize = resize;
// window.onLoad = resize;

