function visit( url ) { top.window.location.href = url; } function overLightNotUsed( tcell, statbar ) { tcell.style.backgroundColor = '#6AAAD0'; status = statbar; } function over( tcell, statbar ) { tcell.style.borderBottom='2px groove #B73713'; tcell.style.borderLeft='2px groove #B73713'; status = statbar; } function out( tcell ) { tcell.style.borderBottom='1px solid #888888'; tcell.style.borderLeft='1px solid #888888'; status = ''; } function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i