	
// Affichage de l'écran des promtions

	var dxa = 0, bya = 0;
	var dxb = 0, byb = 0;  
	 
	dxa = 36;
	bya = 172; 
	lga = 528;
	hta = 896; 
	
	
	function promo() {
 	NvfenPAA =	   
	/* window.open("http://www.la-bastide-sorezienne.com/RpBSPagH/FoCalcul.html", "fenetA01","width=640,height=348"); */
	window.open("RpBSPagH/HtBaSoPA.html", "fenetA01","width=468,height=240,scrollbars"); 
	NvfenPAA.resizeTo(lga,hta);
	NvfenPAA.moveBy(dxa,bya);
 	NvfenPAA.focus();
	} 
	
	
