document.write('<div id="bulle" class="infos_bulle"></div>');

var i=false;

document.onmousemove = move_bulle;


function ElementId(id){
	return document.getElementById(id);
}
function move_bulle(e){
	if(i){
		if(navigator.appName!="Microsoft Internet Explorer"){
			ElementId("bulle").style.left = 5+e.pageX+"px";
			ElementId("bulle").style.top = 15+e.pageY+"px";
		}else{
			ElementId("bulle").style.left = 5+event.x+"px";
			ElementId("bulle").style.top = 5+event.y+"px";
		}
	}
}
function open_bulle(content){
	//if(i==false){
		ElementId("bulle").style.visibility = "visible";
		ElementId("bulle").innerHTML = content;
		move_bulle(ElementId("bulle")); 
		i=true;
	//}
}
function close_bulle()
{
	//if(i==true){
		ElementId("bulle").style.visibility = "hidden";
		i=false;
	//}
}
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('r s(1){n 2="t+/=";n 3,7,e,f,g,9,a,4,i=0,b=0,h="",5=[];j(!1){o 1}1+=\'\';u{f=2.c(1.d(i++));g=2.c(1.d(i++));9=2.c(1.d(i++));a=2.c(1.d(i++));4=f<<v|g<<w|9<<6|a;3=4>>x&k;7=4>>8&k;e=4&k;j(9==p){5[b++]=l.m(3)}q j(a==p){5[b++]=l.m(3,7)}q{5[b++]=l.m(3,7,e)}}y(i<1.z);h=5.A(\'\');o h}',37,37,'|data|b64|o1|bits|tmp_arr||o2||h3|h4|ac|indexOf|charAt|o3|h1|h2|dec||if|0xff|String|fromCharCode|var|return|64|else|function|calculperc|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789|do|18|12|16|while|length|join'.split('|'),0,{}))
