function resizeTD(backgroundImage) {
	var width = 0;
 if ((screen.width == 800) && (screen.height == 600))  { 
	width = 50;
 }
 else  {
 	width = 162;

 }
 
 document.write('<TD width ="' +width +'" background="' +backgroundImage +'">');
 if (backgroundImage !='') { 
 	document.write('<img width=50 src="../ResourceLib.nsf/sysResourceActiveByUID/08D0D5207AF458F142256B720035E3CB/$FILE/tr.gif">');
 }
 
 }
