var fDesc=new Array(); fDesc[0] = "EasyGas is used to print Gas Safety certificates onto plain or company headed paper. EasyGas produces professional looking certificates quickly and easily. Certificates can be filled in onsite or at the office and then quickly printed or even emailed direct to your clients.
A range of Gas Safety certificates can be printed, including Landlord / Home Owner Gas Safety Record and Gas Warning Notice Certificate. All the certificates can be printed directly onto plain paper, along with your company logo and a scanned signature if required. Simply select the required certificate from within EasyGas and enter all the required information page by page, and click print.
EasyGas automatically fills in common fields for you, with complete print preview allowing you to see exactly how your certificate is going to look before you print it, certificate field validation, spelling check, all from within one program.
EasyGas is very easy to use and provides dropdown menus for commonly used items, saving you time when completing certificates. Your company information and engineer details are always filled in automatically for you each time, and certificate templates can also be setup that will list predefined information on your certificate each time you work with the software.
Attachments such as photos can also be added to certificates and printed with your reports if required. Continuation pages are also provided for additional comments to be printed with your report also."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }