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.