function LoadData(xmlfunction)
{	
	/*alert(xmlfunction);*/
	if (xmlfunction == "ddshippers") ddshippers();
	else if (xmlfunction == "loadshippers") loadshippers();
	else if (xmlfunction == "loadconsignee") loadconsignee();
	else if (xmlfunction == "loadconsignees") loadconsignees();
	else if (xmlfunction == "loadrefnumberused") loadrefnumberused();
	else if (xmlfunction == "loaddistance") loaddistance();
	else if (xmlfunction == "loadsavedconsignee") loadsavedconsignee();
	else if (xmlfunction == "regcarcom") regcarcom();
	else if (xmlfunction == "regbrocom") regbrocom();
	else if (xmlfunction == "entershipmentresults") entershipmentresults();
	else if (xmlfunction == "loadrecentrefnumbers") loadrecent();
	else if (xmlfunction == "addedShipper") addedShipper();
	else if (xmlfunction == "loadorigin") loadorigin();
	else if (xmlfunction == "loadorigins") loadorigins();
	else if (xmlfunction == "loadsavedorigin") loadsavedorigin();
	else if (xmlfunction == "loadsavedbillto") loadsavedbillto();
	else if (xmlfunction == "vaddressshipper") vaddressshipper();
	else if (xmlfunction == "vaddressshipperbt") vaddressshipperbt();
	else if (xmlfunction == "finRss") finRss();
	else if (xmlfunction == "finLogin") finLogin();
	else if (xmlfunction == "assigncarrierresult") assigncarrierresult();
	else if (xmlfunction == "finGetcarrier") finGetcarrier();
	else if (xmlfunction == "finPtixbox") finPtixbox();
	else if (xmlfunction == "finOsearch") finOsearch();
	else if (xmlfunction == "finOrdDetail") finOrdDetail();
	else if (xmlfunction == "finCreatePtic") finCreatePtic();
	else if (xmlfunction == "finPtixno") finPtixno();
	else if (xmlfunction == "finCancelshipment") finCancelshipment();
	else if (xmlfunction == "finRetrieve") finRetrieve();
	else if (xmlfunction == "finUpdate") finUpdate();
	else if (xmlfunction == "finCheckcarrierAsync") finCheckcarrierAsync();
	else if (xmlfunction == "vregister") vregister();
	else if (xmlfunction == "finLogin") finLogin();
	else if (xmlfunction == "finSnocheck") finSnocheck();
	else if (xmlfunction == "finCreateRpt") finCreateRpt();
	else alert("loaddata: " + xmlfunction);	
}