4 <root-layout width="320" height="240" background-color="burlywood"/>
5 <region id="bottom" left="60" top="20" width="200" height="200">
6 <region id="top" height="33%"/>
7 <region id="mid" top="33%" height="33%"/>
9 <region id="bar" left="70" height="20" top="220" width="180"/>
10 <region id="back" left="280" height="20" top="220" width="40"/>
16 <par id="holland" dur="indefinite">
17 <set target="top" attribute="background-color" to="red"/>
18 <set target="mid" attribute="background-color" to="white"/>
19 <set target="bottom" attribute="background-color" to="blue"/>
21 <set id="china" dur="indefinite" target="bottom"
22 attribute="background-color" to="red"/>
23 <par id="germany" dur="indefinite">
24 <set target="top" attribute="background-color" to="black"/>
25 <set target="mid" attribute="background-color" to="red"/>
26 <set target="bottom" attribute="background-color" to="yellow"/>
29 <text src="data:,Click%20on%20NL%2C%20CH%20or%20GE" region="bar">
30 <anchor href="#holland" coords="55,0,75,20"/>
31 <anchor href="#china" coords="44%,0%,55%,100%"/>
32 <anchor href="#germany" coords="120,0"/>
34 <a href="linking-all.smil">
35 <text src="data:,back" region="back"/>