﻿GreenPage =
{
    clicked: function()
    {
        var bg = document.getElementById("contentDiv");
        bg.style.backgroundImage = 'url(images/contentMemo.jpg)';
        TabControl.fixClip();
    },
    
    pressReleaseClicked: function()
    {
        window.open('pr.htm');
    },
    
    resize: function()
    {
    }

};