﻿// JScript File
function popup(frmname,wt,ht)
    {
    
   // window.open('popup.aspx','windname','width=300,height=300,resizable,location,top=0,left=0');
    window.open(frmname,'windname','width=500,height=500,resizable,location');
     return false;
    }

function popup1(frmname,wt,ht)
    {
    
   // window.open('popup.aspx','windname','width=300,height=300,resizable,location,top=0,left=0');
    window.open(frmname,'windname','width=500,height=500,resizable,location');
     return false;
    }

function popup2(frmname,wt,ht)
    {
    
   // window.open('popup.aspx','windname','width=300,height=300,resizable,location,top=0,left=0');
    window.open(frmname,'windname','width=800,height=800,resizable,location');
     return false;
    }


