if(!getOcxVersion(ImageEditControl_ocx))
{
$('#notify_message').remove();
nm=$("<div id='notify_message' style='text-align:left;border: 2px solid red; padding: 2px;overflow-y: visible; position: absolute;background: yellow; '/>")
.appendTo(document.body)
.html('CIF影像控件不可用<br/>如果没有安装<br/><a href="/plug-in/cangnan/media/setup.zip?t='
+(new Date().getTime())
+'">点这里下载安装</a>') ;
nm.css("top", '50%');
nm.fadeIn();
}