﻿// JScript File


function MessageViewer()
{
    this.iframe = document.getElementById(MESSAGE_FRM);
    this.visible = false;
    this.onClick = onClick;    
    this.button = document.getElementById(BTN_MESSAGE);
    
    function onClick(id)
    {
        
    
    } 
}   