
/**
 * @copyright 2009-2011
 * @author Mauricio Pasciulla
 */
	

// report off-line link
function loadReport(id)
{
	loadPopup('index.php?com=com_links&file=_report/report','id='+id);
}
function submitReport(cid)
{
	sendAndResXJS('index.php?com=com_links&file=_report/report',serializeForm('report-form'),true);
}
