if (window!=top) {top.location=window.location;}

function affiche(moncalque){
	document.getElementById('srub1').className='invisib';
	document.getElementById('srub2').className='invisib';
	document.getElementById('srub3').className='invisib';
	document.getElementById('srub4').className='invisib';
	document.getElementById('srub5').className='invisib';
	document.getElementById('srub6').className='invisib';
	document.getElementById('srub7').className='invisib';

	document.getElementById(moncalque).className='calqueOK';
}
