		<div id="content">
			<h1 locid="locPageTitle">Installation Location</h1>
			<p><span locid="locPageInfo">Select the installation location:</span> <span id="footnoteAnchor">*</span></p>
			<div id="installLocation" tabIndex="-1" class="location">
				<div id="installLocationDrives" tabIndex="-1" class="scrollport multirow">
					<ul id="installLocationVolumeList" tabIndex="-1">
					</ul>
				</div>
				<div id="installLocationFolder">
					<p id="locPageInstructions"><!-- intentionally not locid --></p>
					<p><input type="button" id="installPathBtn" accesskey="w" value="Browse..." onfocus="gWizardControl.SetFocus(this);" onblur="gWizardControl.HandleBlur();"/>
					<span id="installPathField"></span></p>
				</div>
			</div>
			<div class="footnoteList" id="selectDestinationfootnoteList">
				<p>* <span locid="locSystemDriveFootnote">Some supporting components are always installed on the startup drive.</span></p>
			</div>
		</div>

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