/* AVClick */
//window.audio_risposta = "saluto_argos";
//window.risposta = "Ciao, sono Anna, sono la tua nuova referente guida all'interno del sito di ArgosEnergia. A breve sar&ograve; attiva per il servizio clienti.";

var dialogy = 50;
var dialogx = 600;
if (screen.width == 800)
	dialogx = 500;
else if (screen.width == 1024)
	dialogx = 750;

var html_av = "<!-- Inizio AVClick -->\n";
html_av += "<div id=\"boxB\" class=\"layer_mobile\" style=\"position: absolute;left: "+dialogx+"px;top: "+dialogy+"px;width: 240px;height: 386px; display: none; z-index: 999999;\"\">\n";
html_av += "	<div class=\"barra_drag\" onmousedown=\"dragStart(event, 'boxB')\">Assistente Virtuale <img src=\"av_graphics/close.jpg\" align=\"absmiddle\" alt=\"Chiudi questo riquadro\" onMouseOver=\"this.src='av_graphics/close_over.jpg'\" onMouseOut=\"this.src='av_graphics/close.jpg'\" onClick=\"chiudi_layer_mobile()\" class=\"tasto_chiudi\" /></div>\n";
html_av += "		<div class=\"contenuto_layer\">\n";
html_av += "			<div class=\"av_main_complete\">\n";
html_av += "				<div class=\"av_main_avatar\">\n";
html_av += "					<div id=\"box_avatar\" class=\"av_avatar\">\n";
html_av += "					</div>\n";
html_av += "					<div id=\"ripeti_taci\" class=\"av_controls\">\n";
html_av += "					<form name=\"QuestionForm\" id=\"QuestionForm\" method=\"POST\" onSubmit=\"return GetNLIAnswer(0)\">\n";
html_av += "					<input type=\"hidden\" name=\"PHPSESSID\" id=\"PHPSESSID\" value=\"\" />\n";
html_av += "					<input type=\"text\" name=\"BOTQuestion\" id=\"BOTQuestion\" class=\"botquestion\" />";
html_av += "					<input type=\"button\" name=\"btnsend\" id=\"btnsend\" value=\"Invia\" class=\"botsend\" onclick=\"return GetNLIAnswer(0)\" onkeypress=\"return GetNLIAnswer(0)\" />\n";
html_av += "					</form>\n";
html_av += "					</div>\n";
html_av += "				</div>\n";
html_av += "				<div class=\"av_main_answer\">\n";
html_av += "					<div name=\"answer\" id=\"BOTAnswerDiv\" class=\"av_answer\">\n";
//html_av += "						"+window.risposta+"\n";
html_av += "					</div>\n";
html_av += "				</div>\n";
html_av += "			</div>\n";
html_av += "		</div>\n";
html_av += "	</div>\n";
html_av += "</div>\n\n";

document.write (html_av);
/* Fine AVClick */
