function CK_windowopen(wFm) {
  var wPage = "../scripts/52lw32v35_result.asp?SERIES=" + wFm.SERIES.value;
  var CK1 = window.open(wPage, "_blank", "scrollbars=yes,width=540,height=480");
  return false;
}

function UL_windowopen(wURL) {
  var UW1 = window.open(wURL, "_blank", "scrollbars=yes,width=640,height=480");
  return false;
}

function UL_windowopen_title(wFile, wTitle, wWidth, wHeight) {
  var wSize = "width=" + wWidth + "," + "height=" + wHeight;
  var UW1 = window.open(wFile, "_blank", wSize);
  UW1.document.title=wTitle; 
  return false;
}

function MAP_windowopen(wFile) {
  var UW1 = window.open(wFile,"MAP", "top=100, left=100, width=440, height=460");
  UW1.document.title="MAP"; 
  return false;
}

function INFO_windowopen(wID, wAccessPage) {
  var wPage = "";
  if (wAccessPage == "top") { wPage = "news/infonews.php?id=" + wID; }
  else { wPage =  "../news/infonews.php?id=" + wID; }
  var UW1 = window.open(wPage,"_blank", "top=100, left=100, scrollbars=yes,width=700,height=400");
  return false;
}

function ANS_windowopen(wID){
  var retpage = "../support/support-faq-answer.php?id=" + wID;
  var FW1 = window.open(retpage, "_blank", "scrollbars=yes,width=700,height=500");
  return false;
}

function src_windowopen(wID){
  var retpage = "product_yubin7toolkit_samplesrc.php?id=" + wID;
  var FW1 = window.open(retpage, "_blank", "scrollbars=yes,width=800,height=700");
  return false;
}

function ANS_windowopen2(wID){
  var retpage = "../../support-faq-answer.php?id=" + wID;
  var FW1 = window.open(retpage, "_blank", "scrollbars=yes,width=700,height=500");
  return false;
}

function windowclose(){
  window.close();
}

