t = 1;function goMenu() {setTimeout("c_w = 4800; slideO(1)", 3000);};function goMenu2() {setTimeout("slideO(1)", t);};c = 10;c_w = 600;s_up = 75;o_w = c_w * c; x = i = 0;function slideO(f){ if(f){ x += c_w; s = 1; } else { x -= c_w; s = 2; } if (x >= o_w) { s = 0; x = 0; } else if (x < 0) { s = 0; x = o_w - c_w; } if (s) moveO(); else moveO2(); }function moveO(){ if (s == 1) self.scrollBy(s_up,0); else if (s == 2) self.scrollBy(-s_up,0); if ( ++i < c_w / s_up) setTimeout("moveO()",10); else i = 0 ; }function moveO2(){ self.scrollBy(-s_up,0); if ( ++i < o_w / s_up) setTimeout("moveO2()",10); else i = 0 ; };