var selectDealer = {
	loadinghtml: '<i>loading...</i>',
	setup: function(cbsession,fieldname) {
		this.cbsession=cbsession;
		this.init[fieldname] = false;
	},
	popupDealer: function(html) {
		//alert('fillRows='+htmlrows);
		var div = IBF_getID('dealerpopup');
		if (div!=null) div.innerHTML = html;			
	},
	displayDealer: function(dealerKey) {
		IBF_callserver.setup('myaccount!contract_dealer.php',this.cbsession);
		IBF_callserver.setData(dealerKey);
		IBF_callserver.callback('search',this.cbmetafield);
	}
}

