/*
+ ---------------------------------------------------------------------------+
|    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/actions.js,v 1.4 2008-09-10 12:08:10 romain Exp $
|   $Source: /soliland/V2/html/default/js/paging/actions.js,v $
|   $Revision: 1.4 $
|   $Date: 2008-09-10 12:08:10 $
|   $Author: romain $
|	$State: Exp $
+----------------------------------------------------------------------------+
 */
 /*fucntion for the Mainmenu*/

        function hoverBtCommunity () {
		    path = getPath();
			this.src = path.image + "default/icon/" + this.id + "hover.png";
		
		}
		
		function outBtCommunity () {
			    path = getPath();
			   this.src = path.image + "default/icon/" + this.id + ".png";
				
		}



 /*fucntion for the newsletter fiedl*/
       function changeFocus () {
		    if(this.value=='Votre e-mail')this.value='';
	   }
	   
	   function changeBlur(value){
		    if(this.value=='')this.value='Votre e-mail';
	   }