onlineform = new Array();
onlineform[0] = new Array(
	'Finishing the tax year ',
	new Array(
		'Reporting pay and deductions 2011-12',
		new Array('P60SINGLE-12', 'P60 (SingleSheet/Shortened) (2011-2012) - Certificate of Pay. For manual completion or with a Laser Printer.', '99999', 'no'),
		new Array('P60CONT-12', 'P60(Continuous)(2011-2012) - Certificate of Pay. For use with a Continuous Printer.', '99999', 'no')
	)
);
onlineform[1] = new Array(
	'Events during the tax year',
	new Array(
		'If an employee leaves',
		new Array('P45NEW-LS-E-08', 'P45 (Laser Sheet) - 3 part. Details of employee leaving work: for use with a Laser Printer', '99999', 'yes'),
		new Array('P45NEWLSC-E-08', 'P45 (Laser Sheet) - 3 part collated. Details of employee leaving work: for use with a Laser Printer ', '99999', 'yes'),
		new Array('P45NEWCONT-E-08', 'P45 (Continuous) - 3 part. Details of employee leaving work: for use with a Continuous Printer', '99999', 'yes'),
		new Array('P45-08', 'P45 (Manual) - Details of employee leaving work: manual completion.  Please note you can file this form online - see www.hmrc.gov.uk/paye/employees/start-leave/notify-online.htm ', '9999', 'yes'),
		new Array('P45NEWLCON-08', 'P45 (Laser Continuous) - Details of employee leaving work: for use with a high speed Laser Continuous Printer.  Please note you can file this form online - see www.hmrc.gov.uk/paye/employees/start-leave/notify-online.htm ', '99999', 'yes')
	)
);


