function send_form(formobj,w, h,tt) {
try{
var pop = new Popup({
contentType: 1,
isReloadOnClose: false,
width: w,
height: h
});
pop.setContent('title', tt);
pop.build();
formobj.target = pop.iframeIdName;
formobj.submit();
pop.show();
}catch(Error){
alert(Error)
}
};
document.write("发送通道消息{http://www.hiwe.com.cn/lm_ozz/js_form_en.asp?x_id=1539}时发生未知错误,请联系管理员
");