// JavaScript Document
function openDistributeurs( basepath ) 
{ 
    window.open( basepath + "distributeurs.asp", "", 
		"width=450,height=400,scrollbars=0,resizable=no,left=" + 
		((screen.width - 450)/2) + ",top=" + ((screen.height - 400)/2) ) 
} 