function loading_reviews_rating_comments(ref,target,state,numPage){
jQuery.ajax({
url : '/mavista/user/productReviewByajax.do',
data:{
ref:ref,
state:state,
numPage:numPage,
target:target,
t:Math.random()
},
type:'post',
dataType:'html',
beforeSend:function(){
jQuery(target).html("Loading ...");
},
success:function(data){
jQuery("#"+target).html(data);
}
});
}
function product_review_init_load(productRef){
rattingDiv = jQuery('