<!--

for(i = 0; i < resFiles.length; i++){
	if(document.URL.search(resFiles[i]) == -1)
		notLink = "";
	else
		notLink = "!";
		
	document.write("<IMG SRC=images/trans_dot.gif WIDTH=20 HEIGHT=25>");
	document.write("<" + notLink + "A HREF=" + resFiles[i] + " class=lNav>" + resTitles[i] + "</a><br>");
}
//-->