function type(_texts, _callback) { oTyper.index = 0; oTyper.pos = 0; oTyper.timer = 2; oTyper.active = true; oTyper.texts = _texts; oTyper.callback = _callback; }