// JavaScript Document

function popUp(url,nom,largeur,hauteur,options) {
	var haut=(screen.height-hauteur)/2;
	var Gauche=(screen.width-largeur)/2;
	fencent=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}

function montre(id) {
	var d = document.getElementById(id);
	if (d && d.style.display=='block') 	{
		d.style.display='none';
		document.getElementById('river_suite').src = 'http://www.cobize.com/_graphics/river_icons/suite.png';
	}
	else {
		d.style.display='block';
		document.getElementById('river_suite').src = 'http://www.cobize.com/_graphics/river_icons/reduire.png';
	}
}
function popUp(url,nom,largeur,hauteur,options) {
	var haut=(screen.height-hauteur)/2;
	var Gauche=(screen.width-largeur)/2;
	fencent=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}

