$(document).ready(function(){
$("#livezila").click(function(){

window.open('http://hvips.com/livezilla/chat.php','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes');
});
});


