<!-- 
   Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix
   File Name: linking-int-show-def.smil
   Media Components: 1 JPG
   Expected Behavior: 
		goal: test the default value of show attribute with internal link (into the same document)
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
        <region id="region1" width="400" height="400" />
    </layout>
  </head>
  <body>
    <seq>
       <seq>
		<img id="img1" region="region1" src="../images/zumtenpiz2.jpg" dur="20s" >
			<area title="shapetest" href="#img2" /> 
		</img> 
		<img id="img2" region="region1" src="../images/zumtenpiz4.jpg" dur="20s" />
       </seq>
    </seq>
  </body>
</smil>