	
// Affichage de la calculette et calendrier

	var dxa = 0, bya = 0;
	var dxb = 0, byb = 0;
	
	
			
	var lga = 0, hta = 0;	
	var lgb = 0, htb = 0;
	 
	
	
	dxa = 36;
	bya = 172; 
	lga = 296;
	hta = 324; 
	
	dxb = 36;
	byb = 172; 
	lgb = 396;
	htb = 424; 
	
	
	function calculer() {
 	NvfenPAA =	   
	window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/FoCalcul.html", "fenetA01","width=312,height=348");
	NvfenPAA.resizeTo(lga,hta);
	NvfenPAA.moveBy(dxa,bya);
 	NvfenPAA.focus();
	} 
	
	function calendar() {
 	NvfenPAB =	   
	window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/FoCalend.html", "fenetA02","width=396,height=424");
	NvfenPAB.resizeTo(lgb,htb);
	NvfenPAB.moveBy(dxb,byb);
 	NvfenPAB.focus();
	} 
