function trackPath(mark) { // Marks the current page with a bullet
if(document.images[mark]) { 
document.images[mark].src = '../images/global/bullet.gif' ; 
}}