var H=470, L=960;
var top=Math.round((screen.availHeight-H)/2);
var left=Math.round((screen.availWidth-L)/2);

// appel de la fonction depuis le flowlist
function openSwf (client) {
	window.open('../pages/pager.php?client='+client, "site", "status=0,top="+top+",left="+left+",width="+L+",height="+H);
}