/* set up the page body to align central in the window
aligner.js */
var	windowWidth = (document.all)?document.body.clientWidth:window.innerWidth;
var leftIn =((windowWidth - pageWidth) / 2);
var tableW
if (leftIn < "0") {tableW = pageWidth}
   else {tableW = windowWidth - leftIn}
//alert(windowWidth + "::" + leftIn + "::" + pageWidth + "::" + tableW );
document.write('<table width="'+tableW+'px" align="center" border="0"><tr><td>');