var config = {
    
    user_id		: 	0,
    web_root    :   'www.mayomo.com',
    application :   './application/',       // application folder
    scripts     :   './scripts/',
    id : 0,
    
    site_title                  : 'MaYoMo &#8211; Map Your Moments &#8211; Citizen Journalism online &#8211; Find, report and demand news worldwide',
    lblLoading                  : 'Loading ... ',
    lblFlaggedComment           : 'This comment has been flagged as inappropriate. Thank you for your opinion. ',
    lblInappropriate            : 'Inappropriate! ',
    lblYouFlagged               : 'You have already voted for this comment ! ',
    lblFillTheCommentField      : 'Please fill the comment field. ',
    lblErrorOccured             : 'An error occured please try again later ',
    lblAnswerTheCommentQuestion : 'Please answer the question to submit your comment! ',
    lblFillComment              : 'Please fill the comment field. ',
    lblPleaseWait               : 'Please wait while the changes take effect ... ',
    lblFillTitleField           : 'Please fill the title field. ',
    lblSelectCategory           : 'Please select at least one category. ',
    lblNoMoreThan3              : 'Material can belong to no more than 3 categories ',
    lblWorld                    : 'World ',
    lblWrongLogin               : 'Wrong username or password! ',
    lblBannedUser               : 'You are banned and cannot log in! ',
    lblAnswerTheLoginQuestion   : 'Please answer the question before login. ',
    lblDeletedMaterial          : 'Your material has been deleted! ',
    lblVoteThanks               : 'Thank you for your vote! ',
    lblRatedMaterial            : 'You have rated this material before! ',
    lblFillEMail                : 'Please fill in the e-mail field. ',
    lblRegistrationMessage      : 'We have sent an email to the address you provided. Please check for a message from us and follow the instructions to complete the sign-up process.<br/> If email is missing please check your spam folder.',
    lblAnswerTheRegisterQuestion: 'Please answer the question before the registration. ',
    lblSelectFile               : 'Please select a file',
    lblUploadSuccess            : 'Your file has been successfully uploaded and is waiting for moderation! ',
    lblUploadError              : 'Error: Invalid file. Please upload material again. ',
    
    MOD_FAVOURITES_ID			: 1,
    MOD_SUBSCRIPTION_ID			: 2    
};

config.user_id = 0;
config.loggedIn = false;
var material_id = 0;
config.id = window.material_id;
