A simple template to follow - copy this page

This Page is locked
Modified: 2006/11/12 22:30 by admin.
Explain in a sentence or two what this is going to do.

Function(param1, param2)

param1: what is this

param2: what is this

returns: What is returned

Usage:
map = new VEMap('myMap');
map.LoadMap();
MyNewFunction();


Code:
function MyNewFunction()
{
//do something really cool
}


Please note that at this time all <tags> must be encoded for display in html.