<Dialog>        
        <text name = "toutput" style="FuncButtonText">
	 	    <rect> 5, 0, 400, 27 </rect>
	        <text> LANG('Audio output') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>    
    	
    	<SettingButton name = "boutput">
	 	    <rect> 0, 27, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>
    	
    	<text name = "tprofile" style="FuncButtonText">
	 	    <rect> 5, 83, 400, 27 </rect>
	        <text> LANG('Audio profile') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>        	

    	<SettingButton name = "bprofile">
	 	    <rect> 0, 110, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>
            	
    	<text name = "texpand" style="FuncButtonText">
	 	    <rect> 5, 166, 400, 27 </rect>
	        <text> LANG('Audio channel expander') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>        	    	
    	
    	<SettingButton name = "bexpand">
	 	    <rect> 0, 193, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton> 	
    	
    	<text name = "tdynaRange" style="FuncButtonText">
	     	<rect> 5, 249, 400, 27 </rect>
	        <text> LANG('Dynamic range compression') </text>
	        <dock_side> 'HORZ', </dock_side>	        
    	</text>
    	
    	<SettingButton name = "bdynaRange">
	 	    <rect> 0, 276, 520, 61 </rect>
	        <caption> '' </caption>
	        <dock_side> 'HORZ', </dock_side>	        
    	</SettingButton>
        
    <dirmap from = "boutput" up = "bdynaRange"/>
    <dirmap from = "boutput" down = "bprofile"/>
    
    <dirmap from = "bprofile" up = "boutput"/>
    <dirmap from = "bprofile" down = "bexpand"/>
    
    <dirmap from = "bexpand" up = "bprofile"/>
    <dirmap from = "bexpand" down = "bdynaRange"/>
    
    <dirmap from = "bdynaRange" up = "bexpand"/>
    <dirmap from = "bdynaRange" down = "boutput"/>
    
</Dialog>
