function openNewWindow(theURL,winName,features) { window.open(theURL,winName,features).focus(); } var opNumber = 0; var opCall = 0; varlink = "anonymous=yes&ExternalSite=ESD"; features = "resizeable,resizable,status=0,menubar=0,scrollbars=1,width=410,"; function newRequest() { if (opNumber > 0) { openNewWindow("http://www.achab.it/im/users/newreq.ach?" + varlink,"Chat",features + "height=464"); } else { openNewWindow("http://www.achab.it/im/users/leavemsg_fr.ach?" + varlink,"Messaggio",features + "height=550"); } } function newRequestCall() { openNewWindow("http://www.achab.it/im/users/call.ach?" + varlink,"Call",features + "height=430"); } ESD_page = 'home'; if (opNumber > 0) { if (ESD_page == 'home') { document.write('Chat con l’assistenteDomande, dubbi, richieste commerciali? L\'assistente sarà lieta di assisterla in una sessione di chat.
Non esiti a contattarla.'); } else if (ESD_page == 'internal') { document.write('Chat con l’assistente'); if (opCall > 0) { document.write('Lasci il suo recapito verrà subito richiamato!'); } } } else { if (ESD_page == 'home') { document.write('Lasci un messaggioL\'assistente non e\' in linea in questo momento. Se ha qualche dubbio o richiesta di chiarimento, lasci un messaggio.'); } else if (ESD_page == 'internal') { document.write('Lasci un messaggio.'); } }