function productpop(productid) {
  window.open("product-" + productid + ".php","","left = 20, top = 20, width = 740, height = 575, resizable = 1");
}

function popup(pup) {
  window.open("popup-" + pup + ".php","","left = 20 , top = 20, width = 740, height = 475, resizable = 1,scrollbars=1");
}

function popuplrg(pup) {
  window.open("popup-" + pup + ".php","","left = 120, top = 20, width = 740, height = 800, resizable = 1,scrollbars=1");
}

function popupxlrg(pup) {
  window.open("popup-" + pup + ".php","","left = 120, top = 20, width = 950, height = 800, resizable = 1,scrollbars=1");
}

function largerimage(filename, width, height) {
  window.open(filename,"","left = 20, top = 20, width = " + width + ", height = " + height + ", resizable = 1");
}

function post(name,email,website,date,comment) {
  if(name != "")
  {
    document.write("<span class='blueb'>Name:</span>"
      + " <span class='rname'>" + name + "</span><br>")
  }
}
