function openWin(type, video)
{
	window.open('/video.php?type=' + type + '&video=' + video, 'videoplayer',
		'width=330,height=240,status=no,location=no,toolbar=no,menubar=no,'
		+ 'scrolling=no,left=160,top=185,resizable=yes');
	return false;
}