﻿<PUBLIC:COMPONENT>
<PUBLIC:ATTACH EVENT="onresizestart" ONEVENT="resize()" />
<SCRIPT LANGUAGE="javascript">
function resize(){
      event.cancelBubble = true;
      event.returnValue = false;
      return false;
}
</SCRIPT>
</PUBLIC:COMPONENT>