/*
+ ---------------------------------------------------------------------------+
|    soliland
|
|     http://www.soliland.fr
|     cyril.janssens@free.fr
|
|     Released under the terms and conditions of the
|     GNU General Public License (http://gnu.org).
|
|	$Header: /soliland/V2/html/default/js/paging/formEvents.js,v 1.2 2008-08-21 12:11:20 romain Exp $
|   $Source: /soliland/V2/html/default/js/paging/formEvents.js,v $
|   $Revision: 1.2 $
|   $Date: 2008-08-21 12:11:20 $
|   $Author: romain $
|	$State: Exp $
+----------------------------------------------------------------------------+
 */
$(document).ready(function() {
						   

	
	 /*Page layout of small the community*/

	$(".moveCommunit").hover(hoverBtCommunity,outBtCommunity );
 

	/*to manage the blur subscription with the newsletter*/
 
	 $(".subscriptionNewsletter").focus(changeFocus);
	 $(".subscriptionNewsletter").blur(changeBlur);
	 
	 /* to activate  the jqModal function
	 $('#dialog').jqm();*/
	 
	 //js for the tools page
$("a.codeButtonA").click(function(){$("pre.codeA").toggle()});
$("a.codeButtonB").click(function(){$("pre.codeB").toggle()});
$("a.codeButtonC").click(function(){$("pre.codeC").toggle()});
$("a.codeButtonD").click(function(){$("pre.codeD").toggle()});
$("a.codeButtonE").click(function(){$("pre.codeE").toggle()});
	 
	 });
