Advanced Biodata Format Generator `;
let newWin = window.open('', '_blank', 'width=900,height=1050');
newWin.document.write(printContent);
newWin.document.close();
setTimeout(function(){
newWin.focus();
newWin.print();
}, 500);
}function resetBio(){
document.getElementById('bioform').reset();
document.getElementById('previewBox').innerHTML = `
Biodata
फॉर्म डिलीट हो गया है, आप केवल Resume Download का उपयोग कर सकते हैं।
`;
document.getElementById('previewBox').style.display="block";
}