<videos>
<!--
USING THIS FILE:
Each video to appear on the videos page is defined below.  Videos will be filled in the appropriate categories in the order listed in this file.

You need to know the following info about each video you're adding. 
* Category - determines which section the video appears in. Must exactly match the category in the RenderThumbnails function for that section
* Identifier - the YouTube video code, appearing at the end of the URL, after "watch?v=". For example, tHepzbsjET4
* Title - the video's title. Try and keep it to a single line when displayed on the page, as more than one line can cause display problems.
* Description - A description for the video. Will display when hovering over the thumbnail.
* Length - the video's length, in minutes and seconds, eg. 2m 32s
* Thumbnail - the name of the thumbnail image. Thumbnails should be saved in the images subdirectory.
* Shortlink - the anchor to link directly to the video. For example, linking to index.html#leave will show the 'Leave' video at the top.

To add a video, use the following template (or just copy and adapt an existing one). Remember that videos will appear on the page (within each section) in the order they are listed in this file:
	<video category="mycategory">
		<identifier>xxxxxxxx</identifier>
		<title>Video Title</title>
		<description>Video Description</description>
		<length>xm xxs</length>
		<thumbnail>thumbnail.png</thumbnail>
		<shortlink>shortlink</shortlink>
	</video>
-->



<!-- Videos to appear in the "AccountRight 2011 and later" section (category "ar2011") -->

	<video category="v11">
		<identifier>DkxorF-iFO0</identifier>
		<title>AccountEdge is mobile</title>
		<description>You can now use AccountEdge on your iPhone and iPad. Find out how to get started.</description>
		<length>3m 32s</length>
		<thumbnail>ae_mobile_app.png</thumbnail>
		<shortlink>mobile</shortlink>
	</video>

	<video category="v11">
		<identifier>CcH0XdEdZng</identifier>
		<title>Progress billing</title>
		<description>Find out how to use progress billing.</description>
		<length>3m 12s</length>
		<thumbnail>ae_progressbilling.png</thumbnail>
		<shortlink>progressbilling</shortlink>
	</video>

	<video category="v11">
		<identifier>nPzmvLXqaJc</identifier>
		<title>Profitability analysis</title>
		<description>View the profitability of a sale before you record it.</description>
		<length>1m 50s</length>
		<thumbnail>ae_profitanalysis.png</thumbnail>
		<shortlink>profit</shortlink>
	</video>

</videos>