/**
*Actions. Reaponses for over, out on element
*/
CMA=function (){
	  this.CMA=function(){
		    
		      };
								/**
								*on Over on element
								*/
	  this.ov=function(r,level){
	 
		    };
						/**
								*on Out on element
								*/
	  this.ou=function(r,level){
		   
		    };
	 
	  this.CMA();
	  };
