/*
	Autore: Andrea Barducci
	Script: applfunc.js
	Applicazione: AscomDoc
	Versione: 1.00
	Data: 22/01/2009
	Scopo: Funzioni javascript dell'applicazione
	Copyright (c) 2008 CicoNET di Danilo Cicognani
*/
function ElencoTel(theform)
{
	//alert('theform.textsearch.value: ' + theform.textsearch.value);
	//alert('form#' + theform.name);
	//alert('serialize: ' + $('#' + theform.name).find('input').serialize())
	//var welencotel = window.open(CONFIG_PresentationRootUrl + 'posizione_findelencotel.php?textsearch=' + theform.textsearch.value, 'welencotel', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=600');
	var welencotel = window.open(CONFIG_PresentationRootUrl + 'posizione_findelencotel.php?' + $('#' + theform.name).find('input').serialize(), 'welencotel', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=600');
	welencotel.focus();
}
function ListAppScad(intid)
{
	var wlistappscad = window.open(CONFIG_PresentationRootUrl + 'appuntamentoscadenza_listinteres.php?intid=' + intid, 'wlistappscad', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=600');
	wlistappscad.focus();
}