function stationsCommentez(titre, station) {
	
	popUrl = 'http://'+window.location.host+'/stations/commentez.html?'+escape(titre)+'&'+escape(station);
	width  = 500;
	height = 600;

	popStationsCommentezWin = window.open(popUrl, station, 'scrollbars=no,width='+width+',height='+height+',top=200,left=200' );
	setTimeout('popStationsCommentezWin.focus();',250);
	
	return false;
}


