<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Resco Inspections</title>
		<style type="text/css">
			html, body { height:100%;overflow:auto; }
			body { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#333333;top:0px;margin:0px;padding:0px; }
			h2 { font-size:14px;border-bottom:1px solid #c0c0c0;margin:20px; }
			div.list { margin-left:20px; }
			.list h3 { font-size:12px;margin:2px 0px; }
			.list a { font-size:12px;margin:2px 0px;text-decoration:none;color:#000000;font-weight:bold }
			.list a:hover { text-decoration:underline }
			.list p { font-size:12px;margin:5px 0px 2px; }
			.list div { float:left;margin-bottom:20px; }
			.list img { margin-right:15px; }
		</style>
		<script type="text/javascript">
			function openApp(appId)
			{
				var apps = [
					'Surveys/index.html',
					'WebClient/index.html?data=noui%3D1%26initial%3D%40Scheduler%3B%3BDefault%26statusbar%3D0',
					'Surveys/index.html?data=results%3D1'
				];

				window.open(apps[appId], '_blank', 'location=0,menubar=0,scrollbars=0,status=0,toolbar=0,resizable=1');
			}
		</script>
	</head>
	<body>
		<h2>Which feature would you like to work with?</h2>
		<table style="width:100%" cellspacing="0" cellpadding="0">
			<tr>
				<td>
					<div class="list">
						<div>
							<img src="InspectionsIcon_32x32.png" alt="Designer" height="48" width="48" />
						</div>
						<div>
							<a href="javascript:openApp(0);">Questionnaire Designer</a>
							<p>Questionnaire building and customization tool.</p>
						</div>
					</div>
				</td>
				<td>
				</td>
			</tr>
			<tr>
				<td>
					<div class="list">
						<div>
							<img src="InspectionsSchedulerIcon_32x32.png" alt="Scheduler" height="48" width="48" />
						</div>
						<div>
							<a href="javascript:openApp(1);">Schedule Board</a>
							<p>Assign work to users.</p>
						</div>
					</div>
				</td>
				<td>
					<div class="list">
						<div>
							<img src="InspectionsResultsViewerIcon_32x32.png" alt="Results Viewer" height="48" width="48" />
						</div>
						<div>
							<a href="javascript:openApp(2);">Result Viewer</a>
							<p>Review completed questionnaires.</p>
						</div>
					</div>
				</td>
			</tr>
		</table>
	</body>
</html>
