// JavaScript Document

function ouvrePortail(url){
	if (url != -1){
		//window.open(url);
		self.location.href = url;
	}
}