<!--//
function openWnd(id) {
  window.open("./"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}
function openWnd2(id) {
  window.open("./"+id+".html","news","toolbar=yes,scrollbars=yes,resizable=yes,width=620,height=500");
}
function openWnd3(id) {
  window.open("./"+id+".html","news","scrollbars=yes,resizable=yes,width=690,height=500");
}
function openWnd4(id) {
  window.open("./"+id+".html","news","toolbar=yes,location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes,resizable=yes,width=620,height=500");
}

function openWndB(id) {
  window.open("../news/"+id+".html","news","scrollbars=yes,resizable=yes,width=412,height=500");
}

function openWndN(id) {
  window.open("../news/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}
function openWndN3(id) {
  window.open("../news/"+id+".html","news","scrollbars=yes,resizable=yes,width=680,height=500");
}

function openWndC(id) {
  window.open("../../news/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}

function openWndCG(id) {
  window.open("../../goods/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}

function openWndCT(id) {
  window.open("../../test2/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}

function openWndI(id) {
  window.open("./news/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}
function openWndI3(id) {
  window.open("./news/"+id+".html","news","scrollbars=yes,resizable=yes,width=680,height=500");
}

function openWndG(id) {
  window.open("./item/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}

function openWndGI(id) {
  window.open("./goods/"+id+".html","news","scrollbars=yes,resizable=yes,width=600,height=500");
}

function backWnd() {
  window.history.back()
}

function closeWnd() {
  window.close()
}
//-->