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