﻿// JScript File
    function MarqueeStop(MarId)
    {
        document.getElementById(MarId).stop();
    }
    
    function MarqueeStart(MarId)
    {
        document.getElementById(MarId).start();
    }
    
    function MarqueeStopd(MarId)
    {
        document.getElementById(MarId).stop();
    }
    
    function MarqueeStartd(MarId)
    {
        document.getElementById(MarId).start();
    }
function ShowDialog(x)
{


var title="Message Details";
    var Id= x;
    var height="400";
    var width="400";  
    var page ="ModalDialogNews.aspx";
    
    // use next line for direct with <base target="_self"> between <Head> and </HEAD> 
    rc=window.showModalDialog("ModalDialogNews.aspx?Title="+title + "&Id=" + Id);
 



    }
function ShowDownloadDialog(x)
{


var title="Download Details";
    var Id= x;
    var height="400";
    var width="400";  
    
    // use next line for direct with <base target="_self"> between <Head> and </HEAD> 
   window.location = "ModalDownloadEmail.aspx?Title="+title + "&Id=" + Id;
 


}