Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16250)
+++ schedule/Module/calendar.php	(revision 16251)
@@ -142,4 +142,41 @@
 										if(xml.readyState==4 && xml.status ==200)
 										{
+													var options = {
+														chart: {
+															renderTo: 'Graph' /* display to div Graph*/
+															
+														},
+														
+														xAxis: {
+															categories:["12PM","1PM","2PM","3PM","4PM","5PM","6PM","7PM","8PM","9PM","10PM","11PM","12AM","1AM","2AM","3AM","4AM","5AM","6AM","7AM","8AM","9AM","10AM","12PM"]
+														},
+														series:[], /* array of Data  */
+														
+														remove:function()
+														{
+															return false;
+														},
+														
+														 exporting: {							/*--------------------*/
+															buttons: {							/*					  */
+																exportButton: {					/*		Export		  */
+																	menuItems: null,			/*		  to		  */
+																	onclick: function() {		/*			PNG.file  */
+																		this.exportChart();		/*--------------------*/
+																	}
+																}
+															}
+														},
+														plotOptions : {
+														
+														series : {
+																lineWidth: 3,
+														
+															marker : {
+																enabled:true
+															}
+														}
+													}				
+												};
 												document.getElementById('data').innerHTML=DataValue;
 											
@@ -274,47 +311,6 @@
 								}
 								//Charts(DataValue[[i]],Time);
-							
-							
-							
-								
-								 var options = {
-										chart: {
-											renderTo: 'container' /* display to div Graph*/
-											
-										},
-										
-										xAxis: {
-											categories:["12PM","1PM","2PM","3PM","4PM","5PM","6PM","7PM","8PM","9PM","10PM","11PM","12AM","1AM","2AM","3AM","4AM","5AM","6AM","7AM","8AM","9AM","10AM","12PM"]
-										},
-										series:[], /* array of Data  */
-										
-										remove:function()
-										{
-											return false;
-										},
-										
-										 exporting: {							/*--------------------*/
-											buttons: {							/*					  */
-												exportButton: {					/*		Export		  */
-													menuItems: null,			/*		  to		  */
-													onclick: function() {		/*			PNG.file  */
-														this.exportChart();		/*--------------------*/
-													}
-												}
-											}
-										},
-										plotOptions : {
-										
-										series : {
-												lineWidth: 3,
-										
-											marker : {
-												enabled:true
-											}
-										}
-									}				
-								};
-								$('#container').load("chart.php");
 								$('#Graph').fadeOut();
+								$('container').fadeIn('slow').load("chart.php?year="+year+"&day="+day+"&month="+month);
 							}
 							
