function scrollToTop() { top.window.scrollTo(0,0); top.window.focus(); }
function fixIEbug() { if ( navigator.appName == "Microsoft Internet Explorer" ) { setTimeout( "scrollToTop()", 2000 ); // delay command for this number of milliseconds } }
function scrollToTop() { top.window.scrollTo(0,0); top.window.focus(); }
function fixIEbug() { if ( navigator.appName == "Microsoft Internet Explorer" ) { setTimeout( "scrollToTop()", 2000 ); // delay command for this number of milliseconds } }