<!--

/* Copyright © 2006 Notion Age. All rights reserved. */
/* Created Date: October 2006 */

if (document.images) {
	
	companyup       = new Image();
    companyup.src   = "../../images/top_company_on.gif" ;
    companydown     = new Image() ;
    companydown.src = "../../images/top_company_off.gif" ;
	
    productservicesup       = new Image();
    productservicesup.src   = "../../images/top_products_on.gif" ;
    productservicesdown     = new Image() ;
    productservicesdown.src = "../../images/top_products_off.gif" ;

    pressroomup       = new Image();
    pressroomup.src   = "../../images/top_press_on.gif" ;
    pressroomdown     = new Image() ;
    pressroomdown.src = "../../images/top_press_off.gif" ;

    partnersup       = new Image();
    partnersup.src   = "../../images/top_partners_on.gif" ;
    partnersdown     = new Image() ;
    partnersdown.src = "../../images/top_partners_off.gif" ;

    customersup       = new Image();
    customersup.src   = "../../images/top_customers_on.gif" ;
    customersdown     = new Image() ;
    customersdown.src = "../../images/top_customers_off.gif" ;

    contactusup       = new Image();
    contactusup.src   = "../../images/top_contact_on.gif" ;
    contactusdown     = new Image() ;
    contactusdown.src = "../../images/top_contact_off.gif" ;
	
	healthcareup       = new Image();
    healthcareup.src   = "images/hm_health_a.jpg" ;
    healthcaredown     = new Image() ;
    healthcaredown.src = "images/hm_health_b.jpg" ;

	governmentup       = new Image();
    governmentup.src   = "images/gov_a.jpg" ;
    governmentdown     = new Image() ;
    governmentdown.src = "images/gov_b.jpg" ;



}
	


function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}





function OpenWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

  
function openwin(TheLink) {
        window.open(TheLink,"","width=779,height=650,menubar=0,scrollbars=yes,resizable=no,left=100,top=125");
}

//-->
