function openWebcam() {
  window.open("/webcam/index.html", "Webcam", "width=352,height=288,left=10,top=10");
}