//function to call a popup window with a particular url
function popup(URL) {
thewindow = window.open(URL,"Self-Help Videos","menubar=no,width=730,height=620,toolbar=no");
}