/**************************************************************************************************
***************************************************************************************************

p_home.js

Written by Chris Harding and Joshua McKinney
© Copyright F1 Solutions Pty Ltd 2003

This file holds the code for the dgrr/home page.

Production Version 2.0 - June 2007

***************************************************************************************************
**************************************************************************************************/


/* Function: saveAll()                                     */
/* This function is needed by all pages as only they know  */
/* what to save.                                           */
/* In this case it does nothing because there is no data   */
/* to save.                                                */
/* INPUTS : none                                           */
/* OUTPUTS: none                                           */
function saveAll() {
	return true;
}
