﻿
var Dom = YAHOO.util.Dom;
var Event = YAHOO.util.Event;

var WGTabs, LGTabs, SEOTabs, ParentCompany, OurMission;

function ChangeMe(bgid) {

    if (bgid == 1) {
        
        document.getElementById("heading").innerHTML="WG Live Chat Software – Standard";
        document.getElementById("WGTab").innerHTML="The WG Live Chat Software Standard package is best for E-Commerce businesses, both Business-to-Consumer and Business-to-Business, which experience moderate to high traffic and cater to a large customer base. The Live Chat Software is scaled to manage complete sales or support teams internally, whether they are located in-house or remote locations, whilst still handling large amounts of traffic with ease.";
        
       
    }

    if (bgid == 2) {
       document.getElementById("heading").innerHTML="WG Live Chat Software – Premium ";
        document.getElementById("WGTab").innerHTML="The Premium edition to the WG Live Chat Software is for large scale e-businesses which experience a very high level of traffic at all times. This package maximizes the benefits of the Live Chat Software for larger businesses with a lower comparative cost of initiation. In this package WebGreeter’s Live Chat Service is incorporated with the software to help businesses provide Live Chat coverage 24/7! This application is ideal for heavy online retail and support and can be integrated with existing CRMs.";
      
    }

    if (bgid == 3) {
        document.getElementById("heading").innerHTML="WG Live Chat Software – Enterprise";
        document.getElementById("WGTab").innerHTML="The Enterprise option for WG Live Chat Software is best used by those businesses or corporations that would like to use their own servers to host WG Live Chat Software and used by their own Live Chat Operators. Generally those institutions handle sensitive information and are not comfortable with a hosted solution due the nature of their business. This WG Live Chat Software enterprise edition would be ideal for financial institutions, government sectors, large corporations etc.";
      
    }

}



function ChangeLisence(bgid) {

    if (bgid == 1) {
        
        
        document.getElementById("tab-desc").innerHTML=document.getElementById('lisense').innerHTML;
        
       
    }

    if (bgid == 2) {
       document.getElementById("tab-desc").innerHTML=document.getElementById('UserManual').innerHTML;
      
    }
  

}




    function setStyleOver(){


Dom.setStyle(this.id+"-","color","#b7ccef");

}
function setStyleOut(){


Dom.setStyle(this.id+"-","color","#8198c1");

}



   Event.delegate("navi","mouseover",setStyleOver,"li");
    
   Event.delegate("navi","mouseout",setStyleOut,"li");





