	function test(zone)
		{
		alert(zone);
		}
	function choisir(n)
		{	
			fen = window.open('biblimage/images.php?n='+n,'','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0,fullscreen=0');
			fen.resizeTo(650,700);
			fen.moveTo((screen.width-650)/2,(screen.height-700)/2);			
		}
		
		function choisirbandeau()
		{	
			fen = window.open('biblimage/bandeau.php','','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0,fullscreen=0');
			fen.resizeTo(650,700);
			fen.moveTo((screen.width-650)/2,(screen.height-700)/2);			
		}
		
		function couleur(zone)
		{		
		
			fen = window.open('palette/palette.php?zone='+zone+'','','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0,fullscreen=0');
			fen.resizeTo(500,460);
			fen.moveTo((screen.width-500)/2,(screen.height-460)/2);
			
		}
		
		