Student Name Roll No. Reg. No Course Name Gread Point
if(this.origText.charAt(this.currentChar) == "<" &&
if(this.currentChar < this.origText.length) {
if(this.currentText == "") this.element.innerHTML = "";
}
return;
setTimeout("document.getElementById( + this.element.id + ).typingText.run()"
if(typeof this.origText == "undefined") {
if(this.running) return;
TypingText.prototype.run = function() {
}