<public:component>
<public:attach event="onmouseover" onevent="domouseover()">
<public:attach event="onmouseout" onevent="domouseout()">
<script language="javascript">
function domouseover(){
with(element)
{(0).Apply();(0).Play();}}
function domouseout(){
with(element){
(0).Apply();
(0).Play();}}
</script>
</public:component>