var textArray = new Array();

if ((document.location.href.split('en/')[0] == document.location.href && document.location.href.split('fr/')[0] != document.location.href) || (document.getElementById('livechattext').lang == 'fr') ) {
	if (document.getElementById('livechattext').title == 'home-page') {
		textArray = ['Clavardez avec un vendeur', 0, 'En ligne', 'Hors ligne', '8:00 à 17:00 (EST)'];
	} else {
		textArray = ['Clavardez avec un vendeur', 15, 'En ligne', 'Hors ligne', '8:00 à 17:00 (EST)'];
	}
	getChatBoxText();
} else {
	if (document.getElementById('livechattext').title == 'home-page') {
		textArray = ['Chat with a sales representative', 0, 'Online', 'Offline', '8:00 to 17:00 (EST)'];
	} else {
		textArray = ['Chat with a sales representative', 15, 'Online', 'Offline', '8:00 to 17:00 (EST)'];
	}
	getChatBoxText();
}

function getChatBoxText() {
	if (typeof(Live_c9b8d534cefac69174bc3632c317b6b5_Admin) != "undefined") {
		
		Live_c9b8d534cefac69174bc3632c317b6b5_Admin.InitInterval = window.clearInterval(Live_c9b8d534cefac69174bc3632c317b6b5_Admin.InitInterval);
		
		document.getElementById('liveadmin').style.display = "none";
		document.getElementById('livechattext').style.display = "none";

		if (document.getElementById('livechattext').title == 'home-page') {
			document.getElementById('livechattext').innerHTML =
					'<div style="position:relative; top:-50px; left:7px; color:#000000; line-height:125%; font-size:11px; cursor:pointer;" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();">' +textArray[0] +'</div>' +
					'<div id="livestatus" style="position:relative; top:' +(-44 -(textArray[1]*1)) +'px; left:30px; width:100px; font-size:19px; color:#999999; line-height:125%; cursor:pointer;" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();">&nbsp;</div>' +
					'<div align="center" style="position:relative; top:' +(-30 -(textArray[1]*1)) +'px; width:214px;; font-size:11px;">' +textArray[4] +'</div>';
			
			switch (Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_online_status * 1) {
   				case 1:
					if (document.getElementById('liveadmin').getElementsByTagName('img')[0] != undefined) {
						document.getElementById('liveadmin').getElementsByTagName('img')[0].src = 'http://www.copernic.com/images/c8/store/chat-online_small.png'
					} else {
						document.getElementById('liveadmin').innerHTML = '<img style="cursor: pointer;border: none 0px;" id="liveadmin_status_image_' + Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_status_image_id + '" src="http://www.copernic.com/images/c8/store/chat-online_small.png" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();" />'
					}
					document.getElementById('livestatus').innerHTML = textArray[2];
	    		    break;
		   		case 0:
					if (document.getElementById('liveadmin').getElementsByTagName('img')[0] != undefined) {
						document.getElementById('liveadmin').getElementsByTagName('img')[0].src = 'http://www.copernic.com/images/c8/store/chat-offline_small.png'
					} else {
						document.getElementById('liveadmin').innerHTML = '<img style="cursor: pointer;" src="http://www.copernic.com/images/c8/store/chat-offline_small.png" />';
					}
					document.getElementById('livestatus').innerHTML = textArray[3];
			        break;
   				default:
					document.getElementById('livestatus').innerHTML = "&nbsp;";
					break;
			}
		} else {
			document.getElementById('livechattext').innerHTML =
					'<div style="position:relative; top:-67px; width:105px; left:7px; color:#000000; line-height:125%; font-size:11px; cursor:pointer;" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();">' +textArray[0] +'</div>' +
					'<div id="livestatus" style="position:relative; top:' +(-44 -(textArray[1]*1)) +'px; left:22px; width:100px; font-size:19px; color:#999999; line-height:125%; cursor:pointer;" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();">&nbsp;</div>' +
					'<div align="center" style="position:relative; top:' +(-30 -(textArray[1]*1)) +'px; width:115px; font-size:11px; padding:0px 0px 0px 25px;">' +textArray[4] +'</div>';
			
			switch (Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_online_status * 1) {
   				case 1:
					if (document.getElementById('liveadmin').getElementsByTagName('img')[0] != undefined) {
						document.getElementById('liveadmin').getElementsByTagName('img')[0].src = 'http://www.copernic.com/images/c8/store/chat-online.png'
					} else {
						document.getElementById('liveadmin').innerHTML = '<img style="cursor: pointer;border: none 0px;" id="liveadmin_status_image_' + Live_c9b8d534cefac69174bc3632c317b6b5_Admin.c.conf_status_image_id + '" src="http://www.copernic.com/images/c8/store/chat-online.png" onclick="Live_c9b8d534cefac69174bc3632c317b6b5_Admin.StartChatPanel();" />'
					}
					document.getElementById('livestatus').innerHTML = textArray[2];
	    		    break;
		   		case 0:
					if (document.getElementById('liveadmin').getElementsByTagName('img')[0] != undefined) {
						document.getElementById('liveadmin').getElementsByTagName('img')[0].src = 'http://www.copernic.com/images/c8/store/chat-offline.png'
					} else {
						document.getElementById('liveadmin').innerHTML = '<img style="cursor: pointer;" src="http://www.copernic.com/images/c8/store/chat-offline.png" />';
					}
					document.getElementById('livestatus').innerHTML = textArray[3];
			        break;
   				default:
					document.getElementById('livestatus').innerHTML = "&nbsp;";
					break;
			}
		}
		document.getElementById('liveadmin').style.display = "block";
		document.getElementById('livechattext').style.display = "block";
	}
}
