Register - Login

Coming Soon!

 

Looks like there aren’t any topics in this category just yet. But don’t worry — we’re adding new ones all the time, so check back soon!

You can use your browser's back button or the menu above to find something else for now.

 

 

 

 

 

 

 

 

 

 

'; // Add header content for print html += '

Lenara Learning

Get more learning resources at www.lenara.uk

'; // Insert the worksheet content html += '
' + content + '
'; html += ''; printWindow.document.write(html); printWindow.document.close(); printWindow.focus(); // Trigger printing and auto-close the popup printWindow.print(); printWindow.onafterprint = function() { printWindow.close(); }; setTimeout(function() { printWindow.close(); }, 1500); }