<!--
var popUpWin=0;
function openVid(vid){
	if(popUpWin){
		if(!popUpWin.closed) popUpWin.close();
	}
	popUpWin=open('http://www.rockdirect.com/videoVwr.php?vID='+vid, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=400,height=375,left=0,top=0,screenX=0,screenY=0');
}
//-->