function openBticker(pid,num) { 
  if (! num > 1) num = 1;
  w = window.open("/cgi-bin/bticker.cgi?pid="+pid+"&num="+num+"&act_add=yes","bticker","height=110,width=220,status=no,toolbar=no,menubar=no,location=no");
  w.focus();
} 
$(document).ready(function(){
	$('.chat-link').click(function(){
		if (navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault)
			window.event.preventDefault();
		
		this.newWindow = window.open('http://www.autoopt.ru/webim'+'/client.php?locale=ru&theme=default&'+'opener='+encodeURIComponent(document.location.href) + '&openertitle='+encodeURIComponent(document.title) , 'webim_avtoopt_ru', 'toolbar=0, scrollbars=0, location=0, menubar=0, width=540, height=480, resizable=1');
		
		if (this.newWindow==null)
			return false;
		
		this.newWindow.focus();
		this.newWindow.opener=window;
		
		return false;	
	});

});
