function ooh_current_new(i) {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="current_news";
  document.forms[0].nwrfnbr.value=i;
  document.forms[0].submit();
}
function ooh_search_out_news() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="search_out_news";
  document.forms[0].submit();
}
function cm_login() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="cs_mod";
  document.forms[0].submit();
}
function cm_contact() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="cscontact";
  document.forms[0].submit();
}
function cm_bbsearch() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="csbbsr";
  document.forms[0].submit();
}
function cm_pjsearch() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="out_project_s";
  document.forms[0].submit();
}
function cm_pjdemand() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="cmpdrs";
  document.forms[0].submit();
}
//add by blue /begin
function cm_out() {
  document.forms[0].target="_self";
  document.forms[0].TASK_ALIAS.value="customer_log_out";
  document.forms[0].submit();
}
function vd_out() {
  document.forms[0].target="_self";
  document.forms[0].TASK_ALIAS.value="vendor_log_out";
  document.forms[0].submit();
}
//add by blue /end
function vd_login() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="vd_modify";
  document.forms[0].submit();
}
function vd_contact() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="vdcontact";
  document.forms[0].submit();
}
function vd_billboard() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="vdbbrs";
  document.forms[0].submit();
}
function vd_bbadd() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="vdbbaddls";
  document.forms[0].submit();
}
function vd_bbmod() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="vdbbmodls";
  document.forms[0].submit();
}
function vd_pjsearch() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="query_v_project";
  document.forms[0].submit();
}
function vd_prinspect() {
  document.forms[0].target="_self"; 
  document.forms[0].TASK_ALIAS.value="out_prinspect";
  document.forms[0].submit();
}
