function warranty()
  {
  var newWindow = window.open("warranty.html", null, "width=415,height=400,status=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no,titlebar=yes")
  }

function gallery()
  {
  var newWindow = window.open("gallery/index.html", null, "width=367,height=550,status=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no,titlebar=yes")
  }