﻿function showElement(string) {
    var divElements = document.getElementById('ctl00_ContentWindow_divElements');
    switch (string) {
        case "BusinessProcess":
            divElements.innerHTML = "<h3>Business Process: </h3><p>A business process is a series of coordinated activities that take place within a business. A business process is conveyed by people and equipment that collaborate with each other through processes to succeed in an organizational goal such as delivering a good or service. Tracking Innovations' master unit and active RFID tags create the Real Time Tracking System (RTTS). They work together to generate a service which provides supply chain visibility, monitoring, and control from sender to receiver.</p>";
            break;
        case "BusinessIntelligence":
            divElements.innerHTML = "<h3>Business Intelligence:</h3><p>Business intelligence is computer-based techniques which administer secure, accurate, and continual information.  Moreover, it is a technology which provides end users with predictability views based on current and historical data. Business Intelligence supplies knowledge of day-to-day operations which leverage organizations critical informational assets. The Real Time Tracking System (RTTS) provides increased levels of accountability while providing actionable information to improve the efficiency and security of high visibility, high value commodities moving through supply chains.</p>";
            break;
        case "Strategy":
            divElements.innerHTML = "<h3>Strategy:</h3><p>A strategy is the backbone of a competitive, profitable, and successful business and relates directly to the rapidly changing external environments and in what way a business plans, strategizes, evaluates, and implies cross functional decisions. These decisions enable a business to be prepared for future events or trends and succeed in long term ambitions. The tracking solutions offered at Tracking Innovations provide better visibility which enable improved communications and enhanced control of the supply chain. Ultimately, this allows customers to always know the status and location of goods, eliminate tracking control guess work, negotiate rate-sheet compliances and Service Level Agreements based on better information, and monitor performance. The indicated creates an easier strategic decision making process.  </p>";
            break;
        case "Development":
            divElements.innerHTML = "<h3>Development:</h3><p>Development is the act of improving to gain competitive advantage over other businesses within that particular industry. The team at Tracking Innovations is continually working to ensure shippers and partners are continually exposed to the most current, cutting-edge technological innovations to secure the safety assets in-transit.</p>";
            break;
        case "Communication":
            divElements.innerHTML = "<h3>Communication:</h3><p>Communication is the transmission and receiving of information electronically through electromagnetic waves, etc. In order for communication to occur, there must be a sender, data, and a recipient present. Tracking Innovations' master unit transmits data to the custom written (.NET) tracking servers through a secure SSL tunnel based on the information from the tagged active RFID tags.  </p>";
            break;
        case "Infrastructure":
            divElements.innerHTML = "<h3>Infrastructure:</h3><p>Infrastructure is the basic fundamental apparatus, structure, framework, or features of an organization or system.  The Tracking Innovations Integration Framework (TIIF) was created utilizing the Service-Oriented Architecture (SOA) methodology. Using the latest Microsoft technologies has enabled the team to organize, develop, and integrate information technology so data, logic, and infrastructure resources are organized as services.</p>";
            break;
        case "SourceControl":
            divElements.innerHTML = "<h3>Source Control:</h3><p>Source control is a technology which permits admittance to computer files. The files being accessed include source code primarily for multiple individuals to use the files. All of the development at Tracking Innovations is controlled by source control and change management.</p>";
            break;
        case "Organization":
            divElements.innerHTML = "<h3>Organization:</h3><p>Organization is the apparatus of a business which structure is arranged, classified, or structured based on each particular categorization section, principle, or idea. Tracking Innovations' user web portal is organized in sections which hold corresponding information that particular category relates to. </p>";
            break;
        case "Customization":
            divElements.innerHTML = "<h3>Customization:</h3><p>Customization is design and development utilizing technology to create custom functionality to accommodate the customer’s precise needs. Tracking Innovations can customize and build special systems to meet unique freight tracking needs.</p>";
            break;
        case "TII":
            divElements.innerHTML = "<h3>Tracking Innovations:</h3><p>Tracking Innovations brings freight tracking to the 21st century by delivering a cost efficient supply chain solution: the Real Time Tracking System (RTTS).  The Real Time Tracking System provides unparalleled supply chain visibility, real-time performances, and maximum security while assets are in-transit from origin to destination. This self-contained, global active RFID solution utilizes only the most advanced technological components to deliver critical information to the Tier-3 secure communications center. </p>";
            break;
    }
}
