function openPopup(path) {
	link="http://campustv.onebb.com/player2.asp?path="+path;
	width=423;
	height=494;
	left1=parseInt((window.screen.width-width)/2);
	top1=parseInt((window.screen.height-height)/2);
	window.open(link,'CampusTVPlayer','location=no,toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,top='+top1+',left='+left1+',width='+width+',height='+height);
}