// 13/11/2008 18:23pm , chart-graphique-3dpie-pie-plot.js
var globs = "apikey=nicowebv3";
var uriBase = document.getElementById("urlIdentifier").getAttribute("content");
var uriWs = uriBase+"ws/Graphique/";
var urls = new Array();
urls['ang3p'] = uriWs+"ang3p-0.1.php";

/* * initBoxes () * */
function initBoxes () {
	return true;	
}

/* * ang3p (  ) */
function ang3p () {
	
	var opts = { method : 'post' , parameters : globs+"&"+Form.serialize('addNewGraphique3dpiePlot'),
		onSuccess : function (r) { 
			//$('boxTPLoad').style.display='none'; 
			}
		/*onFailure : function (r) { alert(r.responseText); }, 
		, onComplete : function (r) {  alert(r.responseText); }*/
	}
	new Ajax.Updater("serverResponse",urls['ang3p'],opts);
}
