  function linkMenu(m, _top)
  {
        if(m == 0)return;        
        document.form01.url.selectedIndex = 0;
        
             if(m == 1)
            window.open('Solutionsfor/customers.html','_top');
        else if(m == 2)
            window.open('Solutionsfor/mailroom.html','_top');
        else if(m == 3)
            window.open('Solutionsfor/accounts_payable.html','_top');
        else if(m == 4)
            window.open('Solutionsfor/outsourcing.html','_top');
		else if(m == 5)
            window.open('Solutionsfor/banking.html','_top');
		else if(m == 6)
            window.open('Solutionsfor/transportation.html','_top');
		else if(m == 7)
            window.open('Solutionsfor/postalservices.html','_top');
		else if(m == 8)
            window.open('Solutionsfor/insurance.html','_top');
		else if(m == 9)
            window.open('Solutionsfor/healthcare.html','_top');
		else if(m == 10)
            window.open('Solutionsfor/government.html','_top');
  }
 