function popIt (sUrl) {
	window.open (sUrl, '', 'width=459, height=334, resizable=no, scrollbars=no, location=no, status=no, menubar=no, directories=no');
	return true;
} 

function popItBig (sUrl) {
	window.open (sUrl, '', 'width=990, height=600, resizable=no, scrollbars=no, location=no, status=no, menubar=no, directories=no');
	return true;
} 

function go (sForm, sV) {
	with (document.getElementById(sForm)) {
		act.value=sV;
		submit ();
	}
}

function refreshCmd (iId, iQte) {
	window.location.replace('commande.php?art='+iId+'&qte='+iQte);
}