
function popit(crsid,winName) { 

var pURL
var features
pURL="../courseware/Flash_detect_plugin.asp?preview=yes&courseid="
theURL=pURL+crsid
features="scrollbars=yes,resizable=yes,width=640,height=410"
  window.open(theURL,"popit",features);
}

