if(dojo.isIE|| dojo.isSafari){return document.getElementById(this.id);
}else{// different IDs on OBJECT and EMBED tags or// else Firefox will return wrong one and// communication won't work; // also, document.getElementById() returns a// plugin but ExternalInterface calls don't// work on it so we have to use// document[id] insteadreturn document[this.id + "Embed"];
}