// JavaScript Document

//livehelp offline window
function CustomOpenLHNChat(){

var wleft = (screen.width - 580-32) / 2;
var wtop = (screen.height - 420 - 96) / 2;
if (bLHNOnline == 0) { location.href='http://www.millsmotors.com/get-quote.html';} else {

window.open('https://www.livehelpnow.net/lhn/livechatvisitor.aspx?lhnid=6042&amp;zzwindow=7116', 'lhnchat', 'left=' + wleft + ',top=' + wtop +',width=580,height=435,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');

}
}

