    function popUpDiv_OpenReal(img) {
        //alert(img.id);
        
        var image = "";
        var name = "";
        var def = "";
        var ref = ""; 

        
        switch(img.id)
        {
        case "html5":
            image = "webservices/html5";
            name = "HTML 5";
            def = "HTML 5 is the next revision of the Hypertext Markup Language (HTML), the standard programming language for describing the contents and appearance of Web pages. HTML 5 was adopted by the new HTML working group of the World Wide Web Consortium (W3C) in 2007. This group published the first public draft of HTML 5 in January 2008, but refinements are expected to continue for several years before HTML 5 becomes a formal recommendation.";
            ref = "http://searchsoa.techtarget.com/definition/HTML-5"; 
            break;
        case "css3":
            image = "webservices/css3";
            name = "CSS3";
            def = "This CSS3 module defines properties for text manipulation and specifies their processing model. It covers line breaking, justification and alignment, white space handling, text decoration and text transformation.";
            ref = "http://www.w3.org/TR/css3-text/"; 
            break;
        case "javascript":
            image = "webservices/javascript";
            name = "JavaScript";
            def = "A scripting language developed by Netscape to enable Web authors to design interactive sites. Although it shares many of the features and structures of the full Java language, it was developed independently. Javascript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license.";
            ref = "http://www.webopedia.com/TERM/J/JavaScript.html"; 
            break;
        case "jquery":
            image = "webservices/jquery";
            name = "jQuery";
            def = "jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 31% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.";
            ref = "http://dictionary.babylon.com/jquery/"; 
            break;
        case "php":
            image = "webservices/php";
            name = "PHP";
            def = "Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages.";
            ref = "http://www.webopedia.com/TERM/P/PHP.html"; 
            break;
        case "mysql":
            image = "webservices/mysql";
            name = "MySQL";
            def = "MySQL, pronounced either 'My S-Q-L' or 'My Sequel,' is an open source relational database management system. It is based on the structure query language (SQL), which is used for adding, removing, and modifying information in the database. Standard SQL commands, such as ADD, DROP, INSERT, and UPDATE can be used with MySQL.";
            ref = "http://www.techterms.com/definition/mysql"; 
            break;
        case "dotnet":
            image = "webservices/dotnet";
            name = ".NET";
            def = ".NET supports multiple languages making it suitable for cross-platform applications. All .NET languages must comply with the <a href='/Glossary:Definition_-_Common_Language_Specification' title='Glossary:Definition - Common Language Specification'>Common Language Specification (CLS)</a>&mdash;an agreement encompassing the specifications for .NET languages. Microsoft offers four <a href='/.NET_Languages' title='.NET Languages'>.NET languages</a>&mdash;<a href='/Glossary:Definition_-_Visual_Basic_.NET' title='Glossary:Definition - Visual Basic .NET'>Visual Basic .NET</a>, <a href='/Glossary:Definition_-_Visual_CSharp_.NET' title='Glossary:Definition - Visual CSharp .NET'>Visual C# .NET</a>, <a href='/Glossary:Definition_-_Visual_Cplusplus_.NET' title='Glossary:Definition - Visual Cplusplus .NET'>Visual C++ .NET</a> with managed extensions, and <a href='/Glossary:Definition_-_JScript_.NET' title='Glossary:Definition - JScript .NET'>JScript .NET</a>.<br/><br/>The CLR comprises an execution engine, a garbage collector, a just-in-time (JIT) compiler, a security system, and the .NET Framework fundamentals.";
            ref = "http://en.csharp-online.net/Glossary:Definition_-_.NET"; 
            break;
        case "acer":
            image = "brands/acer";
            name = "Acer";
            def = "Since its founding in 1976, Acer has achieved the goal of breaking the barriers between people and technology. Globally, Acer ranks No. 2 for total PCs and notebooks. A profitable and sustainable Channel Business Model is instrumental to the company's continuing growth, while its multi-brand approach effectively integrates Acer, Gateway, Packard Bell, and eMachines brands in worldwide markets.";
            ref = "http://us.acer.com/ac/en/US/content/company"; 
            break;
        case "apple":
            image = "brands/apple";
            name = "Apple";
            def = "Apparently they have no Mission Statment, none that I could find on their website anyway. But hey, maybe their just that great. - So says the Apply Lover here.";
            ref = "http://www.apple.com/"; 
            break;
        case "compaq":
            image = "brands/compaq";
            name = "Compaq";
            def = "What is just right computing? the right fit, the right prices, the right features you need.";
            ref = "http://www.apple.com/"; 
            break;
        case "dell":
            image = "brands/dell";
            name = "Dell";
            def = "For more than 26 years, Dell has empowered countries, communities, customers and people everywhere to use technology to realize their dreams. Customers trust us to deliver technology solutions that help them do and achieve more, whether they’re at home, work, school or anywhere in their world. Learn more about our story, purpose and people behind our customer-centric approach.";
            ref = "http://content.dell.com/us/en/corp/about-dell.aspx?c=us&l=en&s=corp"; 
            break;
        case "emachine":
            image = "brands/emachine";
            name = "eMachines";
            def = "When it comes to our eMachines brand, the philosophy is simple: Build affordable, no-compromise PCs delivering incredible value and performance. It turns out we're onto something.<br/>eMachines is one of the most successful computer brands in the industry. In fact, we've sold more than five million PCs to a new generation of enthusiastic computer users.<br />Great products. Exceptional customer service. A solid financial foundation. And a growing network of leading resellers. The eMachines brand is out in front and we're keeping it there.";
            ref = "http://www.emachines.com/corporate/"; 
            break;
        case "gateway":
            image = "brands/gateway";
            name = "Gateway";
            def = "Founded in 1985 in an Iowa farmhouse, Gateway has grown into one of America's best-known brands with millions of satisfied customers. Starting with a $10,000 loan guaranteed by his grandmother, a rented computer and a three-page business plan, Ted Waitt turned Gateway into a revolutionary company whose innovations helped shape the technology industry.";
            ref = "http://www.gateway.com/about/news_info/company_background.php"; 
            break;
        default:
            image = "";
            name = "No Data Entered Yet";
            def = "Sorry, havent finished these ones up yet.";
            ref = "#"; 
        }

        var header = "<img id='defImage' src='images/" + image + ".png' /><div id='text'><br /><b><u>" + name + "</u></b><br /><p style='font-size: 12px; font-family: Book Antiqua;'>";
        var closing = "</p><a style='font-size: 11px;' href='" + ref + "'>Source</a><img id='close' onclick='popUpDiv_Close()' src='images/close.png' alt='close' />";

        var inHTML = header + def + closing;
        
        document.getElementById('announcment').innerHTML = inHTML;
        document.getElementById('announcment').style.visibility = 'visible'; 
    }
    
    function popUpDiv_Close() {
        document.getElementById('announcment').innerHTML = "";
        document.getElementById('announcment').style.visibility = 'hidden'; 
    }
