function AjouterPanier (Ref, Nb)
{
	ChUrl = 'ajoute.php?R=' + escape(Ref) + '&N=1' ;
	ChParams = 'width=300, height=220, toolbar=0, location=0, directories=0, scrollbars=0, resizeable=0, copyhistory=0 menubar=0' ;
	window.open (ChUrl,'AjPanier',ChParams) ;
}

function ListerRemises (Ref, Nb)
{
	ChUrl = 'remises.xml?R=' + Ref  ;
	window.open (ChUrl,'LstRemises','') ;
}

function ChangeMenu (Menu)
{
	var Idx = Menu.selectedIndex ;
	if (Idx > -1)
	{
		Valeur = Menu.options[Idx].value ;
		if (Valeur.length > 0)
			window.location.href = Valeur ;
	}
}

function Reduction ()
{
	window.resizeTo (500,500) ;
}


 
   

     
  