window.onload = function() {
	if(document.getElementById('consult')){
  document.getElementById('consult').childNodes[0].onclick = function() {
    if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) {
      window.event.preventDefault();
    }
    this.newWindow = window.open('http://lite.webim.ru/sunshine/webim/client.php?locale=ru', 'webim_', 'toolbar=0,scrollbars=0,location=0,menubar=0,width=660,height=430,resizable=1');
    if(this.newWindow==null) return false;
    this.newWindow.focus();
    this.newWindow.opener = window;
    return false;
  }
	}
}
