function doPrint() {
if (window.frames['winConBillIframe'] != null) {
document.getElementById('winConBillIframe').focus();
document.getElementById('winConBillIframe').contentWindow.print();
}
else {
window.frames['winConBillIframe'].focus();
print();
}
}