<!--
/* Author: Andy Knapp */
/* Date: 27/12/2006 */

    function iconState( id, state ) {
        this.id = id;
        this.state = state
    }
-->