function order(title,itemid,points,id,itemform){
	if( confirm('Voulez-vous commander '+title+' pour '+points+' points?') ){
		simpletroggle(itemform);
		simpletroggle('loading'+itemform);
		posturl = "/order.php?itemid=" + itemid + "&id=" + id + "&order=true"; ;
		getpage( posturl ,'loading'+itemform);
		//window.location="/historique/";	
	}
}