function $(id) {
	return document.getElementById(id);
}

function onloadpage()
{
   $('products').style.backgroundPosition="0 -42px";
}


function AjaxCall(page)
{
   if(page == 'products')
   {
       $('downloads').style.backgroundPosition="0 0";
       $('solutions').style.backgroundPosition="0 0";   
       $('products').style.backgroundPosition="0 -42px";

       $('downloadsTabContent').style.display="none";
       $('solutionsTabContent').style.display="none";   
       $('productsTabContent').style.display="block";
   }
   
   else if(page == 'solutions')
      
   {
       $('products').style.backgroundPosition="0 0"; 
       $('downloads').style.backgroundPosition="0 0";
       $('solutions').style.backgroundPosition="0 -42px";  

       $('productsTabContent').style.display="none";
       $('downloadsTabContent').style.display="none";
       $('solutionsTabContent').style.display="block";   
   
   }
   
   else if(page == 'downloads')
   {
       $('solutions').style.backgroundPosition="0 0"; 
       $('products').style.backgroundPosition="0 0"; 
       $('downloads').style.backgroundPosition="0 -42px";  

       $('solutionsTabContent').style.display="none";   
       $('productsTabContent').style.display="none";
       $('downloadsTabContent').style.display="block";
   }


}

function AjaxCallContact(page)
{
   if(page == 'sales')
   {
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('supportTabContent').style.display="none";
       $('educationTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('salesTabContent').style.display="block";
   }
   
   else if(page == 'support')
      
   {
	   
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
       $('educationTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('supportTabContent').style.display="block";  
   }
   
   else if(page == 'education')
   {
	   
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
	   $('supportTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('educationTabContent').style.display="block";
   }

   else if(page == 'press')
   {
	   
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
	   $('supportTabContent').style.display="none";
	   $('educationTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('pressTabContent').style.display="block";
   }

   else if(page == 'partner')
   {
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
	   $('supportTabContent').style.display="none";
	   $('educationTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('partnerTabContent').style.display="block";
   }
   
      else if(page == 'services')
   {
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
	   $('supportTabContent').style.display="none";
	   $('educationTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('officesTabContent').style.display="none";
       $('servicesTabContent').style.display="block";
   }
   
      else if(page == 'offices')
   {
	   
	   $('offices').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-on.gif')";
	   $('sales').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('support').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('education').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('press').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('partner').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   $('services').style.backgroundImage="url('/common/Images/Admin_Config/General_Text/contact-nav-bgr-off.gif')";
	   
       $('salesTabContent').style.display="none";
	   $('supportTabContent').style.display="none";
	   $('educationTabContent').style.display="none";
	   $('pressTabContent').style.display="none";
	   $('partnerTabContent').style.display="none";
	   $('servicesTabContent').style.display="none";
       $('officesTabContent').style.display="block";
   }

}

