
// definition des paramétres d'affichage de la fenetre (javascript) 
 
   
	var dxa = 0, bya = 0;
	var dxa = 0, bya = 0;
	var dxc = 0, byc = 0; 
	var dxd = 0, byd = 0;
	var dxe = 0, bye = 0; 
	
			
	var lga = 0, hta = 0;	
	var lgb = 0, htb = 0;
	var lgc = 0, htc = 0;
	var lgd = 0, htd = 0;	
	var lge = 0, hte = 0; 
	
	
	dxa = 36;
	bya = 172; 
	lga = 684;
	hta = 624; 
	
	dxb = 36;
	byb = 172; 
	lgb = 684;
	htb = 624; 
	
	dxc = 36;
	byc = 172; 
	lgc = 684;
	htc = 624;
	

	function Chamlevi() {
 	NvfenPAB =	   
	window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/HtBaSoCA.html", "fenetA01","width=640,height=480,scrollbars");
	NvfenPAB.resizeTo(lga,hta);
	NvfenPAB.moveBy(dxa,bya);
 	NvfenPAB.focus();
	} 
	
	function Chamroma() {
 	NvfenPAB =	   
	window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/HtBaSoCB.html", "fenetA02","width=640,height=480,scrollbars");
	NvfenPAB.resizeTo(lgb,htb);
	NvfenPAB.moveBy(dxb,byb);
 	NvfenPAB.focus();
	} 
	
	function Chamlarca() {
 	NvfenPAC =	   
	window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/HtBaSoCC.html", "fenetA03","width=640,height=480,scrollbars");
	NvfenPAC.resizeTo(lgc,htc);
	NvfenPAC.moveBy(dxc,byc);
 	NvfenPAC.focus();
	} 
