﻿function openWindow(theUrl) {
  window.open(theUrl, 'Video', "status=1, width=450, height=350, resizable=no, menubar=no, toolbar=no, scrollbars=yes");
}
