function ecustomer(){ var $wnd = window, $doc = document, external = $wnd.external, scriptsDone, loadDone, bodyDone, base = '', metaProps = {}, values = [], providers = [], answers = [], onLoadErrorFunc, propertyErrorFunc; if (!$wnd.__gwt_stylesLoaded) { $wnd.__gwt_stylesLoaded = {}; } if (!$wnd.__gwt_scriptsLoaded) { $wnd.__gwt_scriptsLoaded = {}; } function isHostedMode(){ try { return external && (external.gwtOnLoad && $wnd.location.search.indexOf('gwt.hybrid') == -1); } catch (e) { return false; } } function maybeStartModule(){ if (scriptsDone && loadDone) { var iframe = $doc.getElementById('ecustomer'); var frameWnd = iframe.contentWindow; frameWnd.__gwt_initHandlers = ecustomer.__gwt_initHandlers; if (isHostedMode()) { frameWnd.__gwt_getProperty = function(name){ return computePropValue(name); } ; } ecustomer = null; frameWnd.gwtOnLoad(onLoadErrorFunc, 'ecustomer', base); } } function computeScriptBase(){ var thisScript, markerId = '__gwt_marker_ecustomer', markerScript; $doc.write('