SetPanier = function(strType, intObjId, strPath)
{
 top.panier.location.href = strPath + 'Portal_Panier/Portal_Panier.asp?h_mode=ADDPANIER&h_type=' + strType + '&h_id=' + intObjId;
}