﻿function comVote(a,b){var r=parseInt($('#comRate'+b).html());$('#cRating'+b+' a').addClass('inactive').removeAttr('onclick').unbind('click').click(function(){_uWnd.alert('Повторное голосование запрещено.','',{w:230,h:80,tm:2300})})
_uPostForm('',{url:'/index/60-'+b+(a?'-1':'-2'),success:function(){a?r++:r--;_uWnd.alert('Оценка засчитана','',{w:230,h:80,tm:4000});$('#comRate'+b).removeClass().addClass((r>0?'cRpositive':(r<0?'cRnegative':'cRzero'))).html((r>0?'+':'')+r);}});return false}
