<?xml version="1.0" encoding="utf-8"?>
<bindings xmlns="http://www.mozilla.org/xbl">

<!-- provide the default path to moz-behaviors.xml (keep the #behavior suffix) -->
<binding id="behavior" extends="moz-behaviors.xml#behavior"/>

<!-- example: table binding -->
<binding id="table" extends="moz-behaviors.xml#table"/>
<binding id="HoverGrid.htc" extends="#table">
<implementation><constructor>
  <![CDATA[
// you must hard-code the table's behavior file
//  (the path is relative to the containing page)
this.addBehavior("../../EDS/ClientCanvasScripts/HoverGrid.htc");
// Replace the line above with the line underneath for AnySurfer behavior
]]></constructor></implementation>
</binding>
</bindings>
	<!-- Replace the lines above with the lines underneath for AnySurfer behavior
	<binding id="HoverGridAnySurfer.htc" extends="#table">
	this.addBehavior("../../EDS/ClientCanvasScripts/HoverGridAnySurfer.htc");
	-->

