
function MaptrotResources() {
	

	this.MAX_STRING_MESSAGE = " Field Too Long. Character limit: ";
	
	this.BANNER         = "MapTrot";
	this.BANNER_NEW		= "Creating new map...";
	
	this.KML_TEXT    = " KML";		
	this.KML_ICON    = "<img src='images/kml.png' alt='KML URL for Location Data' border='0'>";			
	
	this.PRINT_TEXT    = " Print";		
	this.PRINT_ICON    = "<img src='images/mapprint.gif' alt='Print Map' border='0'>";				
	
	this.EMAIL_TEXT    = "Email";		
	this.EMAIL_ICON    = "<img src='images/mapemail.gif' alt='Email Map' border='0'>";				
	
	this.LINK_TEXT    = "Link";		
	this.LINK_ICON    = "<img src='images/maplink.gif' alt='Link to Map' border='0'>";				
	
	this.EMBED_TEXT    = "Embed";		
	this.EMBED_ICON    = "<img src='images/mapembed.gif' alt='Embed Map' border='0'>";					
	
	this.DIGG_ICON      = "<img src='images/diggIcon.gif' alt='Digg This Map' border='0'>";					
	this.NETSCAPE_ICON  = "<img src='images/netscapeIcon.gif' alt='Submit this Map to Netscape' border='0'>";						
	this.REDDIT_ICON    = "<img src='images/redditIcon.gif' alt='Submit Map To Reddit' border='0'>";							
	this.DELICIOUS_ICON = "<img src='images/deliciousIcon.gif' alt='Submit Map To delicio.us' border='0'>";								
	this.STUMBLE_ICON   = "<img src='images/stumbleIcon.gif' alt='Submit Map To StumbleUpon' border='0'>";									
		
	this.TITLE          = "MapTrot - Map Your Community";	

	this.RO_INVITE      = " at <a href='http://maptrot.com' target='_new'>maptrot.com</a>";
	this.ENTER_MAP_NAME = "Please enter Map Name";
	this.LOGIN_INTRO    = "To save and share maps, please Login";
	this.LOGIN_FAIL     = "Invalid Username or Password. Please re-enter:";

	this.UNKNOWN_ERROR  = "An Error Has Occured";
	this.REGISTER_INVITE = "Don't have a login?  Register now, it's easy and free!";
	this.REGISTER_INTRO= "Registering allows you to save your own customized maps.  It's free and easy!";
	this.REGISTER_FAIL = "Unable to register, please try again later.";
	this.REGISTER_SUCCESS  = "Congratulations! You created a login. Please login with your Username and Password."

	this.ACCOUNT_INTRO= "Update your account information";
	this.ACCOUNT_FAIL = "Unable to update account, please try again later.";	
	this.ACCOUNT_SUCCESS= "Account Updated.";

	/* Registration Errors */		
	this.MUST_ENTER_UNAME = "Must enter Username.";
	this.MUST_ENTER_PW    = "Must enter a Password.";
	this.MUST_ENTER_EMAIL = "Must enter an Email address.";
	this.BAD_PW           = "Password not entered correctly.";
	this.PW_AND_CONFIRM   = "Password must match Password Confirm."
	this.UNAME_EXISTS     = "Username already exists.  Please try a different Username."
	
	this.WORKING        = "Working...";
	this.LOADED  		= "Opened Map";
	this.LOADING  		= "Opening Map...";	
	this.SAVING         = "Saving Map...";
	this.SAVED          = "Saved";	
	this.DELETING       = "Deleting Map...";		
	this.DELETED        = "Deleted Map";			
	
	this.SELECT_MAP     = "Select a Map to View";
	this.NO_MAPS        = "You have no Saved Maps.";
	
	this.NO_MAP_OPEN    =	"No Map to Delete";
	
	// Tooltips
	this.NEW_MAP_TT     = "Create a new Map";
	this.LOAD_MAP_TT    = "Open an existing Map";
	this.DELETE_MAP_TT  = "Delete Opened Map";		
	this.SAVE_MAP_POS_TT = "When map is viewed, the current Zoom level and Pan position will be used";
	
	

	this.MAP_NAME_TT	    = "Name your map:  This name will help you find your map later";
	this.MAP_TAG_TT	        = "Enter tags (keywords) to help describe your map. Seperate them with spaces.";	
	this.MAP_DESCRIPTION_TT = "Optional: Describe your map";

	this.MAP_PRIVATE_TT     = "Private maps can only be seen by you, while you're logged in";	
	this.MAP_SHARED_TT      = "Shared maps can be seen by anyone, but only if you email or share the link with them";	
	this.MAP_PUBLISHED_TT   = "Published maps can be seen by anyone. They are also listed in the 'Published Maps' list and are Published in the RSS feed.";
	
	this.ADDRESS_TT         = "Enter the address or Latitude/Longitude coordinates for this location";
	this.ADDRESS_TITLE_TT   = "Optional: Enter a title for the address. Example: 'Art Museum'";
	this.ADDRESS_NOTE_TT	= "Optional: Enter a note about the address. Example: 'This place is worth a visit!'";
	this.ADDRESS_URL_TT	= "Optional: Enter a url that is displayed with the map information";
	this.ADDRESS_URL_TITLE_TT	= "Optional: If a url is entered, show this title instead of the full url. Example: 'Click Here for More Info'";
}