function getChatBoxText() {
	var statusImage;
	var liveTile = document.getElementById('liveadmin');

	var textArray = new Array();
	var addFR = '';
	
	var titlesize = 16;
	var imagebackground = '';
	
	if ((document.location.href.split('en/')[0] == document.location.href && document.location.href.split('fr/')[0] != document.location.href)) {
		textArray = ['Besoin d\'assistance?', 'Support en ligne Copernic', 'Clavardez avec<br />un repr&eacute;sentant'];
		addFR = '-fr';
	} else {
		textArray = ['Need assistance?', 'Copernic Live Support', 'Chat with a sales<br />representative'];
	}

	if (typeof(Live_c9b8d534cefac69174bc3632c317b6b5_Admin) != "undefined") {
		
		Live_c9b8d534cefac69174bc3632c317b6b5_Admin.InitInterval = window.clearInterval(Live_c9b8d534cefac69174bc3632c317b6b5_Admin.InitInterval);
		
		liveTile.onclick = function () {
			pageTracker._trackEvent('Referrer', 'Copernic Live Support', document.location.href +document.location.search);
			Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();
		}
		liveTile.style.cursor = "pointer";

		if (liveTile.title == 'large-tile') {
			liveTile.style.width = '217px';
			liveTile.style.height = '111px';
			imagebackground = 'http://images.copernic.com/c8/store/chat-tile.jpg';
		} else {
			liveTile.style.width = '160px';
			liveTile.style.height = '111px';
			imagebackground = 'http://images.copernic.com/c8/store/chat-tile_small.jpg';
			if (addFR.length > 0) { titlesize = 12; liveTile.style.width = '163px'; } else { titlesize = 14; }
		}

		liveTile.title = '';
		
		switch (Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_online_status * 1) {
			case 1:
				statusImage = 'http://images.copernic.com/c8/store/chat-online' +addFR +'.png';
				textArray[3] = "&nbsp;";
				break;
			case 0:
				statusImage = 'http://images.copernic.com/c8/store/chat-offline' +addFR +'.png';
				textArray[3] = "&nbsp;";
				break;
			default:
				break;
		}

		liveTile.innerHTML =
				'<div>' +textArray[0] +'</div>' +
				'<div style="color:#007DEB; font-size:' +titlesize +'px; padding-bottom:3px; position:relative; top:-2px;">' +textArray[1] +'</div>' +
				'<div style="background:url(' +imagebackground +') no-repeat 0px 0px; padding-top:3px;">' +
					'<div style="position:relative; left:7px; color:#FFFFFF; line-height:125%; font-size:11px;">' +textArray[2] +'</div>' +
					'<img src="" alt="" style="position:relative; left:7px; top:5px; cursor:pointer; border:none;" id="liveadmin_status_image_' + Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_status_image_id + '" src="http://images.copernic.com/c8/store/chat-online' +addFR +'.png" width="106" height="23" />' +
					'<div align="center" style="position:relative; top:10px; width:' +liveTile.offsetWidth +'px; font-size:11px;">' +textArray[3] +'</div>' +
				'</div>';

		liveTile.getElementsByTagName('img')[0].src = statusImage;
	}
}

getChatBoxText();
