﻿function OpenDialog(ascx)
{	
	// Ouvre la fenêtre PopUP
	var wResult = window.open( 'frmPopup.aspx?ctrl=' + ascx); //, 'resizable: 0;status=0;resizable=0;help=0;center:yes');
}



