/*
 * Footer element javascript
 */

	/**
	 * Toggle Debug information
	 * 
	 */
	function toggleDebug() {
		w = document.getElementsByTagName('table');
		q = w[w.length -1];
		q.className = (q.className == 'cake-sql-log') ? 'cake-sql-log-visible' : 'cake-sql-log';
		return 0;
	}