' ;
newDoc = newDoc + '
';
var d = new Date()
newDoc = newDoc + "" + d.toLocaleString() + "
For Official Use Only
";
newDoc = newDoc + '' ;
for (counter=0;counter < mainform.checkbox.length; counter++)
{
if (mainform.checkbox[counter].checked)
{
var myID = mainform.checkbox[counter].id.replace('cbx.','');
var myElem = document.getElementById('title.' + myID);
newDoc = newDoc + '- ' + myElem.innerText + '
';
}
}
newDoc = newDoc + '
'
for (counter=0;counter < mainform.checkbox.length; counter++)
{
if (mainform.checkbox[counter].checked)
{
var myID = mainform.checkbox[counter].id.replace('cbx.','');
var myElem = document.getElementById(myID) ;
newDoc = newDoc + myElem.outerHTML ;
}
}
newDoc = newDoc + '
ACCs open source information (OSI) collection is aligned against the ACC Board endorsed National Criminal Intelligence Priorities.
The OSI team can be contacted by emailing OSI@crimecommission.gov.au or ringing (02) 6243 6660.';
newDoc = newDoc + '