/**
 * @author rgaumond
 */

function win_attributes(currentWindow,title,header_button, show_footer_buttons)
{
	this.id = currentWindow;
	this.title = title;
	this.header_button = header_button;
}


windows_attributes.push(new win_attributes("index", "Accueil", "Accueil_a"));
windows_attributes.push(new win_attributes("activite", "Activite", "temp_button"));
windows_attributes.push(new win_attributes("activitees_list", "Calendrier", "Calendrier_a"));
windows_attributes.push(new win_attributes("member_profile", "Mon Profil", "Mon Profil_a"));
windows_attributes.push(new win_attributes("albums", "Photos", "Photos_a"));
windows_attributes.push(new win_attributes("Photos", "Photos", "Photos_a"));
windows_attributes.push(new win_attributes("Information", "Information", "Information_a"));
windows_attributes.push(new win_attributes("liens", "Liens utiles", "Liens Utiles_a"));
windows_attributes.push(new win_attributes("user_add", "Ajouter membre", "mod_membre_a"));
windows_attributes.push(new win_attributes("member_update", "Modifier membre", "mod_membre_a"));
windows_attributes.push(new win_attributes("activity_update", "Modifier une activité", null));
windows_attributes.push(new win_attributes("member_list", "Liste de membres", "mod_membre_a"));
windows_attributes.push(new win_attributes("activity_add", "Ajouter une activité", "ajout_act_a"));
windows_attributes.push(new win_attributes("faq", "Foire aux questions", "faq_a"));
windows_attributes.push(new win_attributes("equipe", "Photos", "Photos_a"));
