\n';
var printReadyElem = document.getElementById("printReady");
if (printReadyElem != null)
{
html += printReadyElem.innerHTML;
}
else
{
alert("Could not find the printReady section in the HTML");
return;
}
html += '\n\n';
var printWin = window.print("","printSpecial");
}
else
{
alert("Sorry, the print ready feature is only available in modern browsers.");
}
}