﻿registerNamespace('SaudiPost.EMall.Portal.UI.WebControls.Buyer.BrowseProducts');
SaudiPost.EMall.Portal.UI.WebControls.Buyer.BrowseProducts.openProductPopup=function(imagePath)
{
    window.open("/webcontrols/buyer/ProductImage.aspx?imgPath="+imagePath,"", "toolbar=0,location=0,directories=0,status=1,menubar=no,scrollbars=yes,resizable=yes,width=500,height=600");
}
SaudiPost.EMall.Portal.UI.WebControls.Buyer.BrowseProducts.DisableRating=function(obj)
{
    if(obj.getElementsByTagName('A')!=null) 
    { 
        var length=obj.getElementsByTagName('A').length;
        for(index=0;index<length;index++)
        {
            if(obj.getElementsByTagName('A')(index).id.indexOf('RatingProduct_A')!=-1)
            {
          
              obj.getElementsByTagName('A')(index).href="javascript:void(0);" ; 
              obj.getElementsByTagName('A')(index).style.cursor="default" ; 
            }
        }
    }        
}
//SaudiPost.EMall.Portal.UI.WebControls.Buyer.BrowseProducts.setProductImage=function(imageControl)
//{

//    if(window.opener.document.getElementById(imagePathControl)!=null)
//    {
//        if(document.getElementById(imageControl)!=null)
//        {
//            document.getElementById(imageControl).src=window.opener.document.getElementById(imagePathControl).value;
//        }
//    }
//}