function Close()
{
    window.close();
}

function Popupimage(imgpath)
{
//   window.open("../Popupwindow/Popupimage.aspx?imgpath="+imgpath,"Screen", 'toolbar=0,location=0,resizable=yes,status=no,width=550,height=560,scrollbars=no,top=100,left=400');
   window.open("../Popupwindow/Popupimage.aspx?imgpath="+imgpath,"Screen", 'titlebar=no,minimizable=0,resizable=yes,border=0,status=no,width=550,height=560,top=100,left=400');
    
}

function Popupimagesec(imgpath)
{
//   window.open("../../Popupwindow/Popupimage.aspx?imgpath="+imgpath,"Screen",'toolbar=0,location=0,resizable=yes,status=no,width=550,height=560,scrollbars=no,top=100,left=400');
   window.open("../../Popupwindow/Popupimage.aspx?imgpath="+imgpath,"Screen",'titlebar=no,toolbar=0,minimizable=0,border=0,resizable=yes,status=no,width=550,height=560,top=100,left=400');

}