<Dialog>        
    	<text name = "tTTHD" style="FuncButtonText">
    	    <text> LANG('TrueTheater HD') </text>
	 	    <position> 5, 0, 400, 27 </position>
	        <dock_side> 'HORZ', </dock_side>
    	</text>    
    	
    	<SettingButton name = "bTTHD">
	 	    <rect> 0, 27, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>
	        <focus_group> "tscreenRatio" </focus_group>
    	</SettingButton>
        
        <text name = "tTTHDCUDA" style="FuncButtonText">
	 	    <rect> 5, 83, 400, 27 </rect>
	        <text> LANG('TrueTheater HD with NVIDIA CUDA') </text>
	        <dock_side> 'HORZ', </dock_side>
    	</text>        	

    	<SettingButton name = "bTTHDCUDA">
	 	    <rect> 0, 110, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>
	        <focus_group> "tdisplayMode" </focus_group>
    	</SettingButton>
        
        <text name = "tTTLighting" style="FuncButtonText">
	 	    <rect> 5, 166, 400, 27 </rect>
	        <text> LANG('TrueTheater Lighting') </text>
	        <dock_side> 'HORZ', </dock_side>
    	</text>        	

    	<SettingButton name = "bTTLighting">
	 	    <rect> 0, 193, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>
	        <focus_group> "toutputType" </focus_group>
    	</SettingButton>
    	
    	<text name = "tTTMotion" style="FuncButtonText">
    	    <text> LANG('TrueTheater Motion') </text>
	 	    <rect> 5, 249, 400, 27 </rect>
	        <dock_side> 'HORZ',</dock_side>
    	</text>    

    	<SettingButton name = "bTTMotion">
	 	    <rect> 0, 276, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ',</dock_side>
	        <focus_group> "tTTHD" </focus_group>
    	</SettingButton>    	
    	
        <dirmap from = "bTTHD" down = "bTTHDCUDA"/>
        <dirmap from = "bTTHDCUDA" down = "bTTLighting"/>
        <dirmap from = "bTTLighting" down = "bTTMotion"/>
        <dirmap from = "bTTMotion" down = "bTTHD"/>
        
        <dirmap from = "bTTHD" up = "bTTMotion"/>
        <dirmap from = "bTTHDCUDA" up = "bTTHD"/>
        <dirmap from = "bTTLighting" up = "bTTHDCUDA"/>
        <dirmap from = "bTTMotion" up = "bTTLighting"/>

</Dialog>
