<script type="text/javascript">
$(function($) {
$("#onlinehelp img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-160px'}, {queue:false, duration: 350});
// $(this).css('right', '-160px');
}
);
});
</script>
<a id="onlinehelp" href="$REGISTER_LINK$"
onclick="webChatOpen();return false;">
<img alt="Регистрация" src="http://bambun.ru/images/4283_programm-newuco.png" />
<script src="http://xall-p
...
Читать дальше »