function Notice_link(TN,Num,Uc,Brd) {
  link = "TN=" + TN + "&Num=" + Num + "&Uc=" + Uc + "&Brd=" + Brd;
  location.replace("/community/brd_viewOk.asp?"+link);
}

function Product_link(Table,Num,Category) {
  link = "TableName=" + Table + "&num=" + Num + "&Category=" + Category;
  location.replace("Product_ViewOK.asp?"+link);
}

function Special_link(Table,Num,Category) {
  link = "TableName=" + Table + "&num=" + Num + "&Category=" + Category;
  location.replace("Special_PackageView.asp?"+link);
}

function New_link(Table,Num,Category) {
  link = "TableName=" + Table + "&num=" + Num + "&Category=" + Category;
  location.replace("New_View.asp?"+link);
}

function Used_link(Table,Num,Category) {
  link = "TableName=" + Table + "&num=" + Num + "&Category=" + Category;
  location.replace("Used_View.asp?"+link);
}

function board_link(Table,Num) {
  link = "TableName=" + Table + "&num=" + Num;
  location.replace("brd_viewOk.asp?"+link);
}

function data_link(Table,Num) {
  link = "TableName=" + Table + "&num=" + Num;
  location.replace("data_viewOk.asp?"+link);
}

function Maemool_link(Table,Num) {
  link = "TableName=" + Table + "&num=" + Num;
  top.parent.location.replace("../sale_01_view.asp?"+link);
}

function biznews_link(Table,Num) {
  link = "TableName=" + Table + "&num=" + Num + "&Uc=Z&Brd=N";
  window.open("Biz_News_viewOk.asp?"+ link,"BizNews","scrollbars=yes,left=0,top=0,width=700,height=660")
}

function DelOpen(ccount,idx,cnum,brd,uc,re,tp) {

  files = "ccount=" + ccount + "&idx=" + idx + "&cnum=" + cnum + "&brd=" + brd + "&uc=" + uc + "&re=" + re + "&tp=" + tp  ;
  window.open("delguest.asp?"+ files,"DEL","status=no,toobar=no,resizable=no,width=300,height=120,left=400,top=300")
}

function TopNotice_link(TN,Num,Uc,Brd) {
  link = "TN=" + TN + "&Num=" + Num + "&Uc=" + Uc + "&Brd=" + Brd;
  parent.location.replace("/Community/brd_viewOk.asp?"+link);
}

function TopCommunity_link(TN,Num,Uc,Brd) {
  link = "TN=" + TN + "&Num=" + Num + "&Uc=" + Uc + "&Brd=" + Brd;
  parent.location.replace("/Community/brd_viewOk.asp?"+link);
}


function TopFAQ_link(TN,Num,Uc,Brd) {
  link = "TN=" + TN + "&Num=" + Num + "&Uc=" + Uc + "&Brd=" + Brd;
  parent.location.replace("/Community/brd_list.asp?"+link);
}
