		///////////////////////////////////////////////////////////////////////////////////////////////////////
	   //																									//
	  //    <A HREF="JAVASCRIPT:PopupWin('popup.shtml','Popupwin','yes','yes','390','300','200','200')">   //
	 //																									  //
	///////////////////////////////////////////////////////////////////////////////////////////////////////
	   
	// popupwin
	// <A HREF="xxxxx" onclick="PopupWin('xxxxx','Popupwin','yes','yes','550','370','200','200');return(false);">

	function PopupWin(URL,FRAME,SCROLLBARS,RESIZABLE,WIDTH,HEIGHT,TOP,LEFT)
	{
		var param = "menubar=no,location=no,directories=no,status=no,toolbar=no,scrollbars="+SCROLLBARS+",resizable="+RESIZABLE+",width="+WIDTH+",height="+HEIGHT+",top="+TOP+",left="+LEFT;
		window.open(URL,FRAME,param); 
	}



		//////////////////////////////////////////////////////////////////////////////////////////////
	   //                                                                                          //
	  //						print	<a href="javascript:imprimer();">						  //
	 //                                                                                          //
	//////////////////////////////////////////////////////////////////////////////////////////////


	// fonction print

	function imprimer()
	{

			window.print();

	}
