
function refreshOrder(swuid) {
	i = document.order.nbLicense.selectedIndex;
	parent.location.href="order.jsp?swuid="+swuid+"&nbl="+(i+1);
}
