// library: table: header: main: common (filenamemacro=tabhcomm.js) [kn, ni, tu, 23-09-2003 12:25:20]
function PROCTableHeaderMainCommon( s ) {
  document.write( "<TABLE" );
  document.write( '  BORDER="0"' );
  document.write( '  HEIGHT="50"' );
  document.write( '  style=width:' + 0.935 * screen.width + "px" );
  document.write( ">" );
}
//
// library: table: header: global: common (filenamemacro=tabgcomm.js) [kn, ri, mo, 01-01-2007 08:49:56]
function PROCTableHeaderGlobalCommon() {
  document.write( "<TABLE" );
  document.write( '  BORDER="0"' );
  document.write( '  ALIGN="center"' );
  document.write( '  style=width:' + 0.935 * screen.width + "px" );
  document.write( ">" );
}
