function popupFact()
{
    window.open('fact.asp', 'Fact', 'left=0,top=0,scrollbars=no,resizable=no,height=560,width=505');
}
