YAHOO.Maps.Print.Strings = new function() {
    this.Poi = {
        'min_msg_str':'minimized point',
        'min_mult_msg_str':'minimized points',
        'max_title_str':'Click to maximize this point of interest',
        'max_mult_title_str':'Click to maximize these points of interest'
    };  
    this.Directions = {
        'min_msg_str':'minimized direction',
        'min_mult_msg_str':'minimized directions',
        'max_title_str':'Click to maximize this way point',
        'max_mult_title_str':'Click to maximize these way points',
        'show_detail_map':'Show Detail Map',
        'hide_detail_map':'Hide Detail Map'
    };
    this.Utilities = {
        poi:{
            'min':'Click to minimize your points of interest',
            'max':'Click to maximize your points of interest, fool' 
        },
        sum:{
            'min':'Click to minimize summary and notes',
            'max':'Click to maximize summary and notes'
        },
        'notes':'Add your notes here...',
        'inline':'Click to modify this text'
    };
};

