function goTo( url ) { window.location.href = url; } function td_navBar( tableCellRef, hoverFlag, navStyle ) { if ( hoverFlag ) { switch ( navStyle ) { case 1: tableCellRef.style.backgroundColor = '#69c'; break; default: if ( document.getElementsByTagName ) { tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#c00'; } } } else { switch ( navStyle ) { case 1: tableCellRef.style.backgroundColor = '#7FC2BC'; break; default: if ( document.getElementsByTagName ) { tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#000'; } } } } function td_navBarClick( tableCellRef, navStyle, url ) { td_navBar( tableCellRef, 0, navStyle ); goTo( url ); } function goTo( url ) { window.location.href = url;}function td_navBar( tableCellRef, hoverFlag, navStyle ) { if ( hoverFlag ) { switch ( navStyle ) { case 1: tableCellRef.style.backgroundColor = '#69c'; break; default: if ( document.getElementsByTagName ) { tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#c00'; } } } else { switch ( navStyle ) { case 1: tableCellRef.style.backgroundColor = '#7FC2BC'; break; default: if ( document.getElementsByTagName ) { tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#000'; } } }}function td_navBarClick( tableCellRef, navStyle, url ) { td_navBar( tableCellRef, 0, navStyle ); goTo( url );}