function ftvlaunch(video,quality,pid) {
	  LeftPosition = (screen.width) ? (screen.width-665)/2 : 0;
	  TopPosition = (screen.height) ? (screen.height-430)/2 : 0;
	  popwin = window.open('http://www.ftv.nl/videoplayer/index.cfm?id='+video+'&mode=normal&quality='+ quality +'&pid='+ pid,'MTV6_window','toolbar=no,width=665,height=430,top='+TopPosition+',left='+LeftPosition+',directories=no,status=no,scrollbars=yes,resizable=no,menubar=no');
      popwin.focus();
}
