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

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

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

function popbridge(theURL,winName,features) { //v2.0
  window.open(theURL,'popwindow','left=10,top=10,scrollbars=yes,resizable=yes,width=720,height=635');
}
