<HTML XMLNS:t ="urn:schemas-microsoft-com:time">
<HEAD>
    <?IMPORT namespace="t" implementation="#default#time2">
    <style>
	      .time         {BEHAVIOR: url(#default#TIME2)}
    </style>
</HEAD>
<BODY bgcolor="#eeffcc">
<!-- Time Content for testing -->
  <div id=d1 style="background-color:blue;width:150; height:150">
  <t:set attributeName="width" to="350" begin="2" dur="2" />
  </div><br><br>
  <!--*******************************************************************************-->
  <!--***************everything past this line is informational**********************-->
  <!--*****Timer that displays activeTime and shows persistence*****-->
  <B>TIMER:</B><BR>
  Timer:
  <span id="Timer" class="time" dur=".01"  repeatCount="indefinite" fill="hold" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span><br><br>
  <!--*****Expectations, Sample Code, and Information*****-->
  <B>EXPECTED BEHAVIOR:</B><br>
  T:SET will begin at 2 seconds and have a duration of 2 seconds.<br>
  At 0 seconda, the source is set to src=images/frown.jpg and frown will appear.<br>
  At 2 seconds, frown will be removed leaving Smile visable indefinitly.<br>
  **Note the t:set is nested into the t:img tag causing no need for the targetElement attribute and that there is no begin. The default is 0 seconds.<br><br>
  <B>SAMPLE CODE:</B><br>
  <div id=d1 style="background-color:blue;width:150; height:150"<br>
  <t:set attributeName="width" to="350" begin="2" dur="2" /><br>
  </div><br><br>
  <B>INFORMATION:</B><br>
  Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman, Microsoft<br>
  Version: 11/01/2000<br>
  Module: Set<br>
  Feature: attributeName=width, dur<br>
  File Name: set_attName_width_nested_dur.htm<br>
  Media Components: images/smile.jpg, images/frown.jpg<br><br>
</BODY>
</HTML>