/* list of variables and explanations */

//counter to choose img
var counter_img=1;

// image use to right of the site
//update in ajax, 
img_deco=new Array();

// timer for fade effect on image of the right of the site
// value are chosen arbitrarly
timer=new Array(0,5000,3000,4000);

// current page id
var page_id;

var flag_timer=true;
