if(DW_CONTROL_LIST==null){
var DW_CONTROL_LIST=new Object();
}
function isdefined(_1){
return (typeof (window[_1])=="undefined")?false:true;
};
function getFlashMovie(_2){
var _3=navigator.appName.indexOf("Microsoft")!=-1;
var _4;
if(isdefined("swfobject")){
if(typeof document.body.style.maxHeight!="undefined"){
_4=(_3)?window[_2]:document[_2];
}else{
_4=window[_2+"a"];
}
}else{
_4=(_3)?window[_2]:document[_2];
}
return _4;
};
function DWControl(_5){
var _6={name:_5};
DW_CONTROL_LIST[_5]=_6;
return _6;
};
function onExtensionEvent(_7){
var _8=eval("("+_7+")");
if(DW_CONTROL_LIST[_8.id]){
ch=_8.eventType.substring(0,1);
rest=_8.eventType.substring(1);
up=ch.toUpperCase();
functionName="on"+up+rest;
if(DW_CONTROL_LIST[_8.id][functionName]){
DW_CONTROL_LIST[_8.id][functionName].call(DW_CONTROL_LIST[_8.id],_8.id,_8.selectedItem);
}
}
};

