function displayURL(subref,stringsubref,displayhref) {
<!--
if (displayhref == 1) {
	document.write('<A HREF="' + location.href +'/' + subref +'">');
}
document.write(stringsubref);
if (displayhref == 1) {
	document.write('</A>');
}
// -->
}
function displayURLNOT(subref,stringsubref) {
<!--
document.write(stringsubref);
// -->
}

