/** Generated by js.php */
/**

Toutes les variables global

**/



var Global = Class.create();
Global.prototype = {
	initialize: function(){
		this.folder_id_current 	= 0;
		this.user_id_current 	= 0;
		this.type_current		= ''; // public , private ou group
		
		this.folderInGroup = 0;
		this.admin				= 0;
		
		//Timer
		this.tempo = 0;
		
		//Communautée
		this.private = 0;
		
		this.searhTag = 0;
		
		//les etoiles pour les notes
		this.firstClickStar = 0;
		this.starCurrent = 0;
		
		this.criteria_current = '';
		
		this.isOK = false;
		
		//connaitre dans quel contenu on est (ex: category, mes favoris ...)
		this.loadContent = 0;
	}
};

Global = new Global();




//variables global
var LAST_COMMENT_ID_DISPLAY				= 0;
var LAST_TOOLBAR_BOOKMARK_ID_DISPLAY 	= 0;
var LAST_TOOLBAR_ID_DISPLAY 			= 0;

//publicité
var LAST_ADVERTISING_ID_DISPLAY 	= 0;
var CURRENT_ADVERTISING_ID_DISPLAY 	= 0;
var ADVERTISING_TEMPO 				= 0;
var DISPLAY_ADVERTISING_TEMPO		= 500; // 0.5 sec

var MAX_BOOKMARK_DISPLAY			= 20;


//public , private ou group
var TYPE_CURRENT	= '';


