function popwindow(theURL,winName,features) { //v2.0
  window.open(theURL,'popwindow','scrollbars=yes,resizable=yes,width=590,height=580');
}

function videopop(theURL,winName,features) { //v2.0
  window.open(theURL,'videopop','scrollbars=yes,resizable=yes,width=760,height=580');
}
