//*** This code is copyright 2003 by Gavin Kistner, !@phrogz.net //*** It is covered under the license viewable at http://phrogz.net/JS/_ReuseLicense.txt //*** Reuse or modification is free provided you abide by the terms of that license. //*** (Including the first two lines above in your source code satisfies the conditions.) // Including this library (and the functions it relies on--see bottom) will cause // every row in a table to be 'linked' automatically to the first hyperlink in // that row. Mousing over the tables will add a 'mouseover' class to the row... // it's up to you to supply a CSS file that uses this if you want to. function RowLinkage_Init(){ var tables = document.getElementsByTagName('table'); for (var i=0,len=tables.length;i