 function OpenModelPopup(i)
    {        
        document.getElementById ('ModalPopupDiv').style.visibility='visible';
        document.getElementById ('ModalPopupDiv').style.display='';
        document.getElementById ('ModalPopupDiv').style.top= Math.round ((document.documentElement.clientHeight/2)+ document.documentElement.scrollTop)+5+'px';
        document.getElementById ('ModalPopupDiv').style.left='530px';
        //alert(i.title)
      var ImgPath='/Web/admin/'+i.title ;
    //  alert(ImgPath);
    document.getElementById ('imgMaskShow').src=ImgPath;
    }
    function CloseModelPopup()
    {
        document.getElementById ('ModalPopupDiv').style.display='none';
    }
    
    
     function OpenModelPopup2(i)
    {        
   
    var ImgPath=i.title ;
      
    window.open("gimage_large.aspx?ipath="+ImgPath,"P1","toolbar=0,location=0,maximize=0,directories=0,status=yes,menubar=0,scrollbars=0,resizable=0,copyhistory=0,save=0,width=500,height=500,screenX=0,screenY=0,left=250,top=0");

    }
     function OpenModelPopup3(i)
    {        
   
    var newsn=i.title ;
     
    window.open("newslarge.aspx?news1="+newsn,"P1","toolbar=0,location=0,maximize=0,directories=0,status=yes,menubar=0,scrollbars=0,resizable=0,copyhistory=0,save=0,width=500,height=500,screenX=0,screenY=0,left=250,top=0");

    }
    function OpenModelPopup1(i)
    {        
   
    var ImgPath=i.title ;
      
    window.open("Product_details.aspx?ipath="+ImgPath,"P1","toolbar=0,location=0,maximize=0,directories=0,status=yes,menubar=0,scrollbars=0,resizable=0,copyhistory=0,save=0,width=550,height=650,screenX=0,screenY=0,left=250,top=0");

    }
