function OuvreFenetre(Page) 
	{
		var1=window.open(Page,'','width=750,height=550,left=10,top=10,resizable,scrollbars,titlebar');
	}
function OuvreCDB(Page) 
	{
		var1=window.open(Page,'','width=750,height=550,left=10,top=10,resizable,scrollbars,titlebar');
	}
function GoBack(Page) 
	{
		var1=window.back();
	}

