<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<xsl:variable select="document('ConfigurationList.xml')" name="ConfigurationDoc" /><html><head>
		<title>Show Generic Measurements</title>
		<script event="onload" for="window" type="text/javascript">
			/*
			var xmlDoc=new ActiveXObject("Microsoft.XMLDOM")
			xmlDoc.async="false"
			xmlDoc.load("ConfigurationList.xml")
			xmlDoc.setProperty("SelectionLanguage", "XPath");
			*/
			
			var oArgObject = window.dialogArguments;
			var showGenericMeas = oArgObject.showGenericMeas;
			
			if (showGenericMeas != "1")
			{
				oForm1.oShowGenericMeas.checked = false;
			}
			else
			{
				oForm1.oShowGenericMeas.checked = true;
			}				
		</script>
		<script type="text/javascript">
		function okButton()
		{		
			window.returnValue = oForm1.oShowGenericMeas.checked;
			close();		
		}
		</script>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<base target="_self">
	</head>
	<body>
		<form id="oForm1" style="LEFT: 10px; POSITION: absolute; TOP: 5px; visiblity: visible">			
			<div align="left">
				&nbsp;Set Default:&nbsp;<BR>
				<br>
				&nbsp; <input id="oShowGenericMeas" type="checkbox" value="use" name="group1">Always show 
				labeled generic measurements
				<br>
				<br>
				<br>
				<br>
			</div>
			<div align="center">
				<input type="image" src="okay.png" name="okayBtn" value="Okay" id="oOkayBtn" onclick="javascript:okButton()">
				&nbsp; <input type="image" src="cancel.png" name="cancelBtn" value="Cancel" id="oCancelBtn" onclick='window.returnValue="empty";window.close()'>
				<br>
				&nbsp;
			</div>
		</form>
	</body>
</html>
