function showCarte(url) {
	w = 600;
	h = 500;
	pw = parseInt((screen.width-w)/2);
	ph = parseInt((screen.height-h)/2);
	var w=window.open('/popup?url=' + url,"popcartes","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
}

function showCarteGenerale() {
	w = 600;
	h = 500;
	pw = parseInt((screen.width-w)/2);
	ph = parseInt((screen.height-h)/2);
	var w=window.open('/popup?url=generale',"popgenerale","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);	
}
