// 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.sellthecars.com/get-a-quote.php';} else {



window.open('https://www.livehelpnow.net/lhn/livechatvisitor.aspx?lhnid=6042&zzwindow=7145', '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');



}

}


