
function onBackorg(mm)
{
	mm.style.background = 'url(/images/b8r.jpg)';
	mm.style.cursor='hand';
}
function onBackdest(mm)
{
	mm.style.background = 'url(/images/b8.jpg)';
}

function go2(t2)
{
	document.getElementById("eventsID").src = "script/infoevents.asp?Type=1&id="+t2 ;
	Minimize_map();
}

function goEvents(t2)
{
	document.getElementById("eventsID").src = "script/infoevents.asp?Type=2&id="+t2 ;
	Minimize_map();
}

function clipme2(image)
{
	var Hauteur;
	var Largeur;
	var Letop;
	var Leleft;

	
	clipwin3 = window.open("", "", "width=0,height=0");
	clipwin3.document.write('<body topmargin=0 leftmargin=0 onLoad="if (window.focus) window.focus()"><center>');
	clipwin3.document.write('<a href="javascript:window.close()">');
	clipwin3.document.write('<img border=0 src="' + image + '">');
	clipwin3.document.write('</a>');
	clipwin3.document.write('</center></body>');
	clipwin3.document.title = "<Cliquer pour fermer l'image>";
	while (clipwin3.document.images[0].complete == false)
	{
	}
	
	//Hauteur = clipwin3.document.images[0].height + 30;

	//Largeur = clipwin3.document.images[0].width;
	//Letop=(screen.height-hauteur)/2;
	//Leleft=(screen.width-largeur)/2;
	//clipwin3.moveTo(0,0);
	//window.alert(Hauteur);
	clipwin3.resizeTo(clipwin3.document.images[0].width,clipwin3.document.images[0].height+30);
	clipwin3.moveTo(0,0);
	clipwin3.document.close();
}

function Maximize_map(){

	document.getElementById("eventsID").height = 625;

}

function Minimize_map(){

	document.getElementById("eventsID").height = 140;

}

function P_Quebec(){

	alert("Fonctionnalité à venir");

}
