window.onload = function() {
var oFCKeditor = new FCKeditor("body") ;
oFCKeditor.BasePath = "/FCKeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
function uploadFile() {
var url = "http://upload.club.china.alibaba.com/forum/upload/upload_file.html";
var win = window.open(url,"uploadpic","width=620,height=200");
win.focus();
}
function uploadImage() {
var url = "http://upload.club.china.alibaba.com/forum/upload/upload_image.html";
var win = window.open(url,"uploadpic","width=620,height=200");
win.focus();
}
function showHide(id,doShow){
var style = document.getElementById(id).style
if (doShow == true) {
style.display = "inline";
}else{
style.display = "none";
}
}
function preview(thisform) {
thisform.target="_blank";
thisform.submit();
}
function add(thisform) {
thisform.target="_self";
thisform.submit();
}
function newClick(){
document.replyform.target="";
}
function userSwitch(){
var done = encodeURIComponent("http://club.china.alibaba.com/forum/thread/view/_24597794_.html");
window.location.href = "/user/logout.html?swith=y&done="+done;
}
var Const_o
function delaySubmit(o){
o.setAttribute('lock',1)
Const_o = o
setTimeout('relse()',10000)
}
function relse(){
Const_o.setAttribute('lock',0)
}
function btndisable(){
document.getElementById('btn').disabled = "disabled";
document.getElementById('btn_hid').disabled = "";
document.getElementById('btn_form').target="_self";
document.getElementById('btn_form').submit();
}