// JavaScript Document

var num_text = 130
var text = new Array(num_text)


text[0] ="The American Standard Code for Information Interchange (128 characters, 33 are non-printing)"
text[1] ="Audio Interchange File Format"
text[2] ="Advanced Research Projects Agency"
text[3] ="Asymmetric Digital Subscriber Line"
text[4] ="American National Standards Institute"
text[5] ="Application Programers Interface"
text[6] ="Active Server Page"
text[7] ="Asynchronous Transfer Mode"
text[8] ="Bulletin Board System"
text[9] ="Basic Input Output System"
text[10] ="Bitmap"
text[11] ="8 bits"
text[12] ="Certificate Authority"
text[13] ="Charge-Coupled Device"
text[14] ="Common Gateway Interface"
text[15] ="Complimentary Metal Oxide Semiconductor (perameter RAM, clock settings etc.)"
text[16] ="Central Processing Unit"
text[17] ="Cathode Ray Tube"
text[18] ="Cascading Style Sheets"
text[19] =" Comma Separated Value"
text[20] ="Concurrent Versioning System"
text[21] ="Unix background program"
text[22] ="Double Data Rate"
text[23] ="Dynamic Host Configuration Protocol"
text[24] ="Document Object Model"
text[25] ="Disk Operating System or Denical of Service"
text[26] ="Digital Subscriber Line"
text[27] ="Defense Advanced Research Projects Agency"
text[28] ="Dynamic Hyper Text Markup Language"
text[29] ="Domain Name System"
text[30] ="Digital Rights Management"
text[31] ="End User License Agreement "
text[32] ="Encapsulated PostScript"
text[33] ="Frequently Asked Questions"
text[34] ="Fiber Optic Service"
text[35] ="File Transport Protocal"
text[36] ="Graphic Interchange Format"
text[37] ="Gigabyte 1,000 Megabytes"
text[38] ="Global Positioning System"
text[39] =" GNU Public License"
text[40] ="GNU License (Not Unix)"
text[41] ="Graphical User Interface"
text[42] ="Hyper Text Markup Language"
text[43] ="Hyper Text Transmission Protocal"
text[44] ="Internet Corporation for Assigned Names and Numbers"
text[45] ="Institute of Electrical and Electronics Engineers"
text[46] ="Input / Output"
text[47] ="Internet Message Access Protocol "
text[48] ="Internet Protocal"
text[49] ="Internet Relay Chat"
text[50] ="Integrated Services Digital Network"
text[51] ="International Standardization Organization"
text[52] ="Internet Service Provider"
text[53] ="Joint Photographic Experts Group "
text[54] ="1024 Bytes (KBps or Kbps)"
text[55] ="Keyboard, Video, and Mouse Switch"
text[56] ="Linux, Apache, MySql, {PERL PHP Python}"
text[57] ="Local Area Network"
text[58] ="Lightweight Directory Access Protocol"
text[59] ="Liquid Crystal Display"
text[60] ="Machine Address (Media Access Control)"
text[61] ="Web site or application developed from combinations of content"
text[62] ="Megabyte One million bytes (MBps or Mbps)"
text[63] ="Musical Instrument Digital Interface"
text[64] ="Multipurpose Internet Mail Extensions"
text[65] ="Modulator-Demodulator"
text[66] ="Motion Picture Experts Group"
text[67] ="Motion Picture Experts Group for sound compression"
text[68] ="Miccrosoft"
text[69] ="Multi User Domain"
text[70] ="My Structured Query Language"
text[71] ="Network Address Translation"
text[72] ="Network Interface Card"
text[73] ="National Center for Supercomputing Applications"
text[74] ="National Science Foundation or Network File Server"
text[75] ="Optical Character Recognition (Our Computer Reads)"
text[76] ="Open Database Connectivity"
text[77] ="Operating System or Open Source"
text[78] ="Peer to Peer"
text[79] ="Personal Area Network"
text[80] ="Personal Computer Memory Card International Association"
text[81] ="Personal Digital Assistant"
text[82] ="Portable Document Format."
text[83] ="Practical Extraction and Reoprting Language"
text[84] ="Pretty Good Privacy"
text[85] ="Personal Home Page (Computer Language)"
text[86] ="Packet Internet Groper"
text[87] ="Post Office Protocol"
text[88] ="Point to Point Protocal"
text[89] ="Point-to-Point Tunneling Protocol"
text[90] ="Parameter Random Access Memory"
text[91] ="Redundant Array of Independent Disks"
text[92] ="Random Access Memory"
text[93] ="Reduced Instruction Set Computing"
text[94] ="Really Simple Syndication (Feed)"
text[95] ="Red, Green, and Blue"
text[96] ="Read Only Memory"
text[97] ="Rich Text Format"
text[98] ="Simple Mail Transfer Protocol"
text[99] ="Symmetric Digital Subscriber Line"
text[100] ="Search Engine Optimization"
text[101] ="Secure Shell"
text[102] ="Secure Sockets Layer"
text[103] ="Structured Query Language"
text[104] ="Transmission Control Protocal"
text[105] ="Transmission Control Protocal  - Internet Protocal"
text[106] ="Tagged Image File Format"
text[107] ="Time To Live"
text[108] ="Interface used by a input device to import images (generally graphics - ex. Scanner)"
text[109] ="User Datagram Protocol"
text[110] ="Operating System"
text[111] ="Uninterruptible Power Supply"
text[112] ="Universal Plug and Play"
text[113] ="Universal Resource Locator"
text[114] ="Universal Serial Bus"
text[115] ="Voice Over Internet Protocol"
text[116] ="Video Graphics Array"
text[117] ="Virtual Private Network"
text[118] ="Virtual Reality"
text[119] ="Virtual Reality Mark-up Language"
text[120] ="Wide Area Network"
text[121] ="Wireless Fidelity"
text[122] ="Wired Equivalent Privacy"
text[123] ="Wi-Fi Protected Access"
text[124] ="World Wide Web"
text[125] ="What You See Is What You Get"
text[126] ="Extensible Hypertext Markup Language"
text[127] ="Extensible Style Sheet Language Transformation"
text[128] ="Extensible Markup Language"
text[129] ="Zero Insertion Force"



document.write( text[n] )
