/********************************************************
*********************************************************

Bones in Motion - BiM Active Map Tool for Google
Copyright 2006 by Bones in Motion - All Rights Reserved
January 2006 - Spencer Nassar - spencer@bim-inc.com

This script is included in pages that sometimes display
GMaps.  It provides function placeholders to avoid
having to conditionally change code in lots of places.

*********************************************************
********************************************************/

// Why this is here
// Many popup controls and submit buttons first ask the
// map to 'save' it's information.  Sometimes these pages
// don't display a GMap.  If so, having a shell function
// here allows us to avoid having to change "onclick" defs
// all over the page.
function mapWriteToForm()
{
	// do nothing
}

