%
sheet app_bar 	{ 	  interface: 		enable_zoom: false; 				zoom_level: "100%" <== enable_zoom ? zoom_level : "100%"; 				layout_menu: true; 		show_baselinegrid: false; 		show_rulers: false; 		show_guides: false; 		show_frameedges: false; 		show_smartguides: false; 		show_hiddencharacters: false; 		show_paragraphbreakmarks: false; 		show_depthruler: false; 		show_notes: false; 		show_trackchanges: false; 		toggle_show_baselinegrid: false; 		toggle_show_rulers: false; 		toggle_show_guides: false; 		toggle_show_frameedges: false; 		toggle_show_smartguides: false; 		toggle_show_hiddencharacters: false; 		toggle_show_paragraphbreakmarks: false; 		toggle_show_depthruler: false; 		toggle_show_notes: false; 		toggle_show_trackchanges: false; 				enable_screen_mode: false; 		normal: false; 		preview: false; 		bleed: false; 		slug: false; 		toggle_normal: false; 		toggle_preview: false; 		toggle_bleed: false; 		toggle_slug: false; 				enable_fullscreen: false; 		fullscreen: false; 		toggle_fullscreen: false; 				nup_layout: @none; 		make_docs_float: false; 		new_window: false; 		viewoptions_image: {normal:"SP_ABViewUIElements_Lg_N.png",rollover:"SP_ABViewUIElements_Lg_N.png",dark_normal:"SP_ABViewUIElements_Lg_N_D.png",dark_rollover:"SP_ABViewUIElements_Lg_N_D.png"}; 		screenmode_image: {normal:"SP_ABFullScreen_N.png",rollover:"SP_ABFullScreen_N.png",dark_normal:"SP_ABFullScreen_N_D.png",dark_rollover:"SP_ABFullScreen_N_D.png"}; 		selectedlayout_image: {normal:"SP_AB3Up2RowsR_Lg_N.png",rollover:"SP_AB3Up2RowsR_Lg_N.png",dark_normal:"SP_AB3Up2RowsR_Lg_N_D.png",dark_rollover:"SP_AB3Up2RowsR_Lg_N_D.png"}; 				enable_1_up_layout: false; 		enable_2_up_layout: false; 		enable_3_up_layout: false; 		enable_4_up_layout: false; 		enable_5_up_layout: false; 		enable_6_up_layout: false; 		enable_nup_layout: false; 				layout_1_up <== enable_1_up_layout; 		layout_2_up <== enable_2_up_layout; 		layout_3_up <== enable_3_up_layout; 		layout_4_up <== enable_4_up_layout; 		layout_5_up <== enable_5_up_layout; 		layout_6_up <== enable_6_up_layout; 		has_nup_layout <== enable_nup_layout; 				spin_icon: {normal:"SP_ABBgActivityAnimSansAlert13_Lg_N.png"}; 			invariant: 		correct1 <== enable_1_up_layout == true; 		correct2 <== enable_2_up_layout == true; 		correct3 <== enable_3_up_layout == true; 		correct4 <== enable_4_up_layout == true; 		correct5 <== enable_5_up_layout == true; 		correct6 <== enable_6_up_layout == true; 		correct7 <== enable_nup_layout == true; 		correct8 <== enable_zoom == true; 		correct9 <== enable_screen_mode == true; 		correct10 <== enable_fullscreen == true; 	}