		<div id="content">
			<h1 locid="locPageTitle">Installation Options</h1>

			<!-- Install Options -->
			<div class="scrollList">
				<p locid="locPageInstructions">Select the components you want to install:</p>
				<dl id="installList">
				</dl>
				<p id="repairInstructions" locid="locRepairInstructions">Select the components you want to reinstall:</p>
				<dl id="repairList">
				</dl>
				<div class="totals">
					<input type="button" id="selectAll" name="selectAll" value="Select All" />
					<p><span locid="locSpaceRequired">Space required</span>:
						<span id="totalSize">xxx GB</span><span id="footnoteAnchor"> *</span></p>
				</div>
				<div id="footnoteList" class="footnoteList">
					<p>* <span locid="locSpaceIncludesSharedComponents">Space required includes shared components</span></p>
				</div>
			</div>
		</div>

		<!-- Errors -->
		<div id="error" class="error" style="visibility: hidden">
			<dl>
			</dl>
		</div>
