<!-- Copyright (c) 1999/2001 by Flatiron Graphics & Design Dudley, NC -->
<!-- All rights reserved -->
<!-- Created by Flatiron Graphics & Design -->
<!-- If you use this script then -->
<!-- you must leave the above mentioned copyright in it -->

<!-- begin code --!>
  function WriteCell(textNo,pixNo,MName){ 
    document.write('<a href="javascript:void(0)" onmouseover="return SigPop('+textNo+','+pixNo+')" '+ 
         ' onmouseout="nd()" class="h">'+MName+'</a>'); 
  }; 

<!-- end code -->
