function changeBgColor(newBgColor)  
			{  
			if (window.document && window.document.bgColor)  
			   {  
			      document.bgColor = newBgColor;  
			   }  
			}  
