function showHelp(id)
{
	switch (id) 
	{
		case 101:
			tipDisplay('<p><b>Delivery Allowance</b></p><p>Each month you can send up to 10 times.</p><p>You may decide to send one file to 10 people at once or 10 files to 10 people at separate times.</p>'); break;
		case 102:
			tipDisplay('<p><b>Storage Allowance</b></p><p>Your files will stay online for 7 days. After that we delete them.</p><p>You can use up to 1000Mb of storage for sending your files, which means you can send one 1000Mb file or send lot\s of smaller files.</p><p>If you\'ve used your 1000Mb of space, you\'ll have to wait until the 7 days is up before you can send more.</p>'); break;
	}
}

function hideHelp() 
{
	tipExit();
}
