
function CMapTip(ttitle, ttext)
{
	this.tip_title = ttitle;
	this.tip_text = ttext;
}

var MapTips = new Array (
	 new CMapTip("Driving Directions", "Right-click on the map area and select the start and end points for the journey. A suggested route will then be shown.")
	,new CMapTip("Places Database", "We have an extensive database of places, you can <a href='browse.asp'>Browse it</a> or click the 'Points' tab in the map area to view them.")
	,new CMapTip("Searching", "When you use the Search Tab to search for something, try and be specific as possible, as it will yield better results.")
	,new CMapTip("Weather Reports", "You can get weather reports from anywhere in the country.  Click on the Weather tab and follow instructions.")
	,new CMapTip("We Want Your Feedback", "If you have any criticisms/praise/suggestions, we'd appreciate feedback.  Click on the 'Feedback' tab at the top of the screen.")
	,new CMapTip("GPS Users", "The Coordinates tab at the top of the screen provides some very useful GPS related tools to help you out.")
	,new CMapTip("Developer Resources", "A rich set of developer APIs is available at <a href='developer.asp'>http://www.streetmaps.co.za/api</a>.")
	,new CMapTip("Add Your Own Points", "Right Click on the Map and you can add up to 5 personal points, which will stay in place if you email or send a link to another user.")
);
