// JScript source code

if (navigator.userAgent.toLowerCase().indexOf('msie') > 0)
{
	var subtables = [
		['AboutRonc','ronc_about.asp']
/*		,
		['Prevention',''],
		['Screening',''],
		['Diagnoses',''],
		['ClinicalPractice',''],
		['SystemicTherapy',''],
		['RadioTherapy',''],
		['Palliative','']*/
		];
	var href = window.location.href;
	for (var i=0, sLen = subtables.length; i < sLen; i++)
		if (href.indexOf(subtables[i][1]) > 0) document.all[subtables[i][0]].style.display = 'inline';
}
