var command="stop"; function Scroll(cmd){ if(cmd=="forward" || cmd=="backward"){ command = cmd; } if(cmd=="stop"){ command="stop"; } if(command == "forward"){ document.getElementById('header').scrollLeft+=1; setTimeout(Scroll,10); } if(command == "backward"){ document.getElementById('header').scrollLeft-=1; setTimeout(Scroll,10); } } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i