// JavaScript Document

function swapImage(objID) {
	swap = document.getElementById('swapper');
	if (objID == "einvoicingsol"){
		swap.innerHTML = "<a id=\"einvoicingsol\" href=\"/Products/ElectronicInvoicing/tabid/68/Default.aspx\"><span class=\"hide\">E-Invoicing Solutions - Learn more</span></a>";
	} else if (objID == "epaymentssol"){
		swap.innerHTML = "<a id=\"epaymentssol\" href=\"/Products/ElectronicPayments/tabid/71/Default.aspx\"><span class=\"hide\">Electronic Payments - Learn more</span></a>";
	} else if (objID == "epayablessol"){
		swap.innerHTML = "<a id=\"epayablessol\" href=\"/Products/ElectronicPayables/tabid/70/Default.aspx\"><span class=\"hide\">Electronic Payables Solutions - Learn more</span></a>";
	} else {
		swap.innerHTML = "<a id=\"einvoicingsol\" href=\"/Products/ElectronicInvoicing/tabid/68/Default.aspx\"><span class=\"hide\">E-Invoicing Solutions - Learn more</span></a>";
	}
      return(false);
}
	
		
        
        
	