//20050529
//Copyright © 2003, 2004 Robert C. Radcliffe, All Rights Reserved

function  onmouse(							color) {
  return							 '<tr bgcolor="' +
  											color + '" valign="top"'+
		' onmouseover="this.style.backgroundColor=\'transparent\';"'+
		' onmouseout=" this.style.backgroundColor=\'' +
		  									color + '\';">';
  }

											color1="#FFFFCC"
											color2="#EEFFBB"

var         TRs=[
		  onmouse(							color1),
		  onmouse(							color2)];

function	mySort(x,y) {
  if(	 x[st1]!=y[st1])
  return(x[st1]< y[st1]?-ud1:ud1);
  if(	 x[st2]!=y[st2])
  return(x[st2]< y[st2]?-ud2:ud2)
  return 0;
  }

function printTable() {
d.writeln('                  <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="640">');
d.writeln('                    <THEAD>');
                                 printTableHeader();
d.writeln('                    </THEAD>');
d.writeln('                    <TBODY>');
                                 printTableBody();
d.writeln('                    </TBODY>');
d.writeln('                  </TABLE>');
  }
