// WebStudy Inc. Video Player Code
// (C) WebStudy Inc. 2004, www.webstudy.com
// No modifications of this code are allowed
function WebStudyVideo(url) {	widgets = 'toolbar=no,location=no,directories=no,status=yes,width=450,height=600,resizable=no';	newurl = url;
	popupWin = window.open(newurl, 'WebStudyVideo', widgets);
	popupWin.focus();
}
