// JScript File
function showtext(thetext){
if (!document.getElementById)
return
textcontainerobj=document.getElementById("tabledescription")
browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
document.getElementById("tabledescription").innerHTML=thetext
highlighting=setInterval("gradualfade(textcontainerobj)",50)
}

function TabSection(SectionIndex)
    {
        if (!document.getElementById)
                return;
        /*Get Menu control*/
        varMenu1 = document.getElementById("mmenu1");
        varMenu2 = document.getElementById("mmenu2");
        varMenu3 = document.getElementById("mmenu3");
        varMenu4 = document.getElementById("mmenu4");
        varMenu5 = document.getElementById("mmenu5");
        varMenu6 = document.getElementById("mmenu6");
	    varMenu7 = document.getElementById("mmenu7");
        varMenu8 = document.getElementById("mmenu8");
        varMenu9 = document.getElementById("mmenu9");
        varMenu10 = document.getElementById("mmenu10");
        varMenu11 = document.getElementById("mmenu11");
        varMenu12 = document.getElementById("mmenu12");
        
        /* Get Main image above text control*/
        varHerospotTagline = document.getElementById("HerospotTagline");
        varHerospotSubHead = document.getElementById("HerospotSubHead");
        varHerospotSubHeadContent = document.getElementById("HerospotSubHeadContent");
        
        /* Get Main Image */
        varMainImage = document.getElementById("MainImage");
        
        /*Get Button Control*/
        varlnkLearnMore = document.getElementById("lnkLearnMore");
        varlnkSeeDemo = document.getElementById("lnkSeeDemo");
        
        /*Get Hidden control to check which tab is selected*/
        varindexOfSelectedTab = document.getElementById("indexOfSelectedTab");
        
        /*Set inactive previously selected tab */
        index = parseInt(varindexOfSelectedTab.value);
        switch(index)
        {
            case 1:
                varMenu1.className="First";
                break;
           case 2:
                varMenu2.className="inactive";
                break;
           case 3:
                varMenu3.className="inactive";
                break;                                        
            case 4:
                varMenu4.className="inactive";
                break;                                                   
            case 5:
                varMenu5.className="inactive";
                break;                                        
            case 6:
                varMenu6.className="inactive";
                break;  
            case 7:
                varMenu7.className="inactive";
                break;                                        
            case 8:
                varMenu8.className="inactive";
                break;                                                   
            case 9:
                varMenu9.className="inactive";
                break;                                        
            case 10:
                varMenu10.className="inactive";
                break;    
            case 11:
                varMenu11.className="inactive";
                break;                                    
                                                
        } 
        
        if (SectionIndex == "1")
            {   
                /* Active Menu 1*/                         
                varMenu1.className="FirstActive";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/ProgramosBannerSHORT.jpg)";
         
                /*Change the Above Text*/
                varHerospotTagline.innerHTML="SIMPLY PUT";
                varHerospotSubHead.innerHTML="WE ARE A <BR />CONGLOMERATE";
                varHerospotSubHeadContent.innerHTML="All sectors. Great products &amp; Services<BR /> . Complete Customer Care.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/data-backups/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="1";
                 
            }


	  if (SectionIndex == "2")
            {                            
                /* Active Menu 2*/
                varMenu2.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/B2G.PNG)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="Insurance? <br /> We'll give you <BR />the best leverage.";
                varHerospotSubHead.innerHTML="YOU ALWAYS WIN, <BR />NOTHING TO LOSE";
                varHerospotSubHeadContent.innerHTML="Get Premiums <br /> when your need<BR />them most...";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/data-recovery/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="hidden"; 
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="2";
            }
          
     
	   if (SectionIndex == "3")
            {                            
                /* Active Menu 3*/
                varMenu3.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/about_bg.jpg)";
                
                /*Change the Above Text*/
                varHerospotTagline.innerHTML="SMART MOVES";
                varHerospotSubHead.innerHTML="BEST OIL AND GAS<br /> PRICES, .";
                varHerospotSubHeadContent.innerHTML="Our prices are at the least market prices";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/solutions/tape-vs-disk/";
                varlnkSeeDemo.href="hidden";
                varlnkSeeDemo.style.visibility="hidden";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="3";
            }


		  if (SectionIndex == "4")
            {                            
                /* Active Menu 4*/
                varMenu4.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/sector_bg.jpg)";
                
                /*Change the Above Text*/
                varHerospotTagline.innerHTML="E-DISCOVERY ";
                varHerospotSubHead.innerHTML="THAT SAVES TIME &amp; MONEY";
                varHerospotSubHeadContent.innerHTML="Review only relevant data. <br />Use smart analysis. Be better prepared.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/ediscovery/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="4";
            }

	   
	  if (SectionIndex == "5")
            {                            
                /* Active Menu 5*/
                varMenu5.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/products_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="ARE YOU PREPARED<br /> IN THE EVENT <br/>OF A DISASTER?";
                varHerospotSubHead.innerHTML="  ";
                varHerospotSubHeadContent.innerHTML="Make sure you can recover all your data and get back <br />to business fast.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/disaster-recovery/index.aspx";
                varlnkSeeDemo.href="hidden";
                varlnkSeeDemo.style.visibility="hidden";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="5";
            }
  
           if (SectionIndex == "6")
            {                            
                /* Active Menu 6*/
                varMenu6.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/workforce.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }

	if (SectionIndex == "7")
            {                            
                /* Active Menu 7*/
                varMenu7.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/blog_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }	
        
	if (SectionIndex == "8")
            {                            
                /* Active Menu 8*/
                varMenu8.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/csr_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }


	if (SectionIndex == "9")
            {                            
                /* Active Menu 9*/
                varMenu9.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/forum_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }
	
	if (SectionIndex == "10")
            {                            
                /* Active Menu 10*/
                varMenu10.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/contact_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }


	if (SectionIndex == "11")
            {                            
                /* Active Menu 11*/
                varMenu6.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/careers_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }

	if (SectionIndex == "12")
            {                            
                /* Active Menu 12*/
                varMenu12.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/foundation_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }

	if (SectionIndex == "13")
            {                            
                /* Active Menu 13*/
                varMenu13.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/socials_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }

	if (SectionIndex == "14")
            {                            
                /* Active Menu 14*/
                varMenu14.className="active";
                
                /*Change The Main Image*/
                varMainImage.style.backgroundImage = "url(images/bg/contact_bg.jpg)";
                
                /*Chnage the Above Text*/
                varHerospotTagline.innerHTML="COMPLIANCE<br /> WOES?";
                varHerospotSubHead.innerHTML="WE MAKE IT EASY.";
                varHerospotSubHeadContent.innerHTML="You automatically get the required<br />security, privacy and availability.";
                
                /* Change the button image link*/
                varlnkLearnMore.href="/regulatory-compliance/index.aspx";
                varlnkSeeDemo.href="#";
                varlnkSeeDemo.style.visibility="visible";
                
                /*Set selected tab index value*/
                varindexOfSelectedTab.value="6";
                
            }


    }
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


