$(document).ready(function(){var pop_width=450;$('#contact_us_popper').click(function(){var windowHeight=document.documentElement.clientHeight;var popper=$(this);var pop_top=popper.position().top+popper.outerHeight();var pop_left;pop_left=((popper.position().left-pop_width+popper.outerWidth())>10)?(popper.position().left+popper.outerWidth()-pop_width):(popper.position().left);$('#contact_us_box_wrapper').css({width:pop_width+'px',left:pop_left+'px',top:pop_top+'px'});$('#contact_us_box_wrapper').slideToggle();return false});$('#live_chat_button').click(function(){window.open($(this).attr('href'),'LiveChat','width=650,height=700,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no');return false});$('#contact_us_box .close').click(function(){var contact_us_box=$('#contact_us_box_wrapper');var position=contact_us_box.position();contact_us_box.animate({opacity:'hide',width:contact_us_box.width()*.25,height:contact_us_box.height()*.25,top:position.top+(contact_us_box.height()*.75/2),left:position.left+(contact_us_box.width()*.75/2)},'normal',function(){contact_us_box.css({width:pop_width+'px',height:'auto'})})})});
