﻿function displayLegalInfo()
{
    popupWin=window.open("legal.htm", "_blank", "location=0,width=400,height=500,top=0,scrollbars=1");
    popupWin.focus();
}


function popup(id)
{
    var popupWin = window.open("News.aspx?id=" + id, "_blank", "location=0,toolbar=0,menubar=0,width=400,height=300,top=0");
    popupWin.focus();
}