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 = 'internal';
if (opNumber > 0)
{
if (ESD_page == 'home') {
document.write('
Domande, 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('
');
if (opCall > 0)
{
document.write('
');
}
}
}
else
{
if (ESD_page == 'home')
{
document.write('
L\'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('
');
}
}