function doPlayVideo(site,fid,extrait)
{
	var w=590;
	var h=620;
	var param='menubar=no,status=YES,location=no,scrollbars=YES,resizable=yes,top='+eval(screen.height/2 - h/2)+', left='+eval(screen.width/2 - w/2)+', width='+w+',height='+h;
	pop = window.open("http://"+site+"/videotheque/popup_flash_player.cfm?fid="+fid+'&extrait='+extrait,"playerFlash",param);
	pop.focus();
}

function playVideo(site,fid)
{
	doPlayVideo(site,fid,false);
}

function playVideoExtrait(site,fid)
{
	doPlayVideo(site,fid,true);
}
