<!--
// hide from old browsers

function outputformatTags(CurRow, TotLinks) {
	if (Math.round(TotLinks/3)==CurRow) {
		document.write ('</ul></td><td width="170"><ul>');
	}else if (Math.round(TotLinks/3)==(CurRow/2)) {
		document.write ('</ul></td><td width="170"><ul>');
	}
}

// -->

